Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 1 Sep 2002 19:10:23 -0700 (PDT)
From:      "David E. O'Brien" <obrien@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/libexec/rtld-elf/alpha Makefile.inc ld.so.script reloc.c rtld_machdep.h rtld_start.S
Message-ID:  <200209020210.g822AN9t014164@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
obrien      2002/09/01 19:10:23 PDT

  Modified files:        (Branch: RELENG_4)
    libexec/rtld-elf/alpha Makefile.inc reloc.c rtld_machdep.h 
                           rtld_start.S 
  Added files:           (Branch: RELENG_4)
    libexec/rtld-elf/alpha ld.so.script 
  Log:
  MFC: ld-elf.so.1 assumed a few too many things about the ordering of sections
  produced by ld(8) (ie: that _DYNAMIC immediately follows the _GOT).
  Update ld.so to deal with the new (faster) PLT format that gcc-3.1 and
  binutils can produce.
  
  Revision  Changes    Path
  1.1.4.1   +3 -0      src/libexec/rtld-elf/alpha/Makefile.inc
  1.1.2.1   +135 -0    src/libexec/rtld-elf/alpha/ld.so.script (new)
  1.10.2.5  +14 -4     src/libexec/rtld-elf/alpha/reloc.c
  1.3.2.2   +3 -0      src/libexec/rtld-elf/alpha/rtld_machdep.h
  1.3.2.2   +110 -68   src/libexec/rtld-elf/alpha/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?200209020210.g822AN9t014164>