cvs commit: src/libexec/rtld-elf/sparc64 reloc.c src/sys/sparc64/sparc64 elf_machdep.c

Marius Strobl marius at FreeBSD.org
Tue Dec 4 12:00:50 PST 2007


marius      2007-12-04 20:00:48 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_6)
    libexec/rtld-elf/sparc64 reloc.c 
    sys/sparc64/sparc64  elf_machdep.c 
  Log:
  MFC: libexec/rtld-elf/sparc64/reloc.c 1.16,
       sys/sparc64/sparc64/elf_machdep.c 1.24
  
  - Fix the handling of R_SPARC_OLO10, which is a bit of a special case
    in the way we implement handling of relocations.
    While at it replace some more ELF_R_TYPE which should have been
    ELF64_R_TYPE_ID but didn't cause problems so far.
  - Sync a sanity check between kernel and rtld(1) and change it to be
    maintenance free regarding the type used for the lookup table.
  - Sprinkle const on lookup tables.
  - Use __FBSDID.
  
  Revision  Changes    Path
  1.10.2.2  +14 -9     src/libexec/rtld-elf/sparc64/reloc.c
  1.19.8.2  +14 -8     src/sys/sparc64/sparc64/elf_machdep.c


More information about the cvs-src mailing list