Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 18 Nov 2002 14:08:50 -0800 (PST)
From:      Thomas Moestl <tmm@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/libexec/rtld-elf rtld.c src/libexec/rtld-elf/alpha reloc.c rtld_machdep.h src/libexec/rtld-elf/i386 reloc.c rtld_machdep.h src/libexec/rtld-elf/ia64 reloc.c rtld_machdep.h src/libexec/rtld-elf/sparc64 reloc.c rtld_machdep.h rtld_start.S
Message-ID:  <200211182208.gAIM8okQ023665@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
tmm         2002/11/18 14:08:50 PST

  Modified files:
    libexec/rtld-elf     rtld.c 
    libexec/rtld-elf/alpha reloc.c rtld_machdep.h 
    libexec/rtld-elf/i386 reloc.c rtld_machdep.h 
    libexec/rtld-elf/ia64 reloc.c rtld_machdep.h 
    libexec/rtld-elf/sparc64 reloc.c rtld_machdep.h rtld_start.S 
  Log:
  Fix the handling of high PLT entries (> 32764) on sparc64. This requires
  additional arguments to reloc_jmpslot(), which is why MI code and MD code
  of other platforms had to be changed.
  
  Reviewed by:    jake
  Approved by:    re
  
  Revision  Changes    Path
  1.17      +4 -3      src/libexec/rtld-elf/alpha/reloc.c
  1.8       +3 -1      src/libexec/rtld-elf/alpha/rtld_machdep.h
  1.11      +1 -1      src/libexec/rtld-elf/i386/reloc.c
  1.8       +2 -1      src/libexec/rtld-elf/i386/rtld_machdep.h
  1.10      +4 -3      src/libexec/rtld-elf/ia64/reloc.c
  1.3       +2 -1      src/libexec/rtld-elf/ia64/rtld_machdep.h
  1.70      +1 -1      src/libexec/rtld-elf/rtld.c
  1.5       +192 -179  src/libexec/rtld-elf/sparc64/reloc.c
  1.3       +3 -1      src/libexec/rtld-elf/sparc64/rtld_machdep.h
  1.3       +31 -24    src/libexec/rtld-elf/sparc64/rtld_start.S

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200211182208.gAIM8okQ023665>