Subject: CVS commit: gnusrc
To: None <source-changes@netbsd.org>
From: Havard Eidnes <he@netbsd.org>
List: source-changes
Date: 01/15/2000 08:07:24
Module Name:	gnusrc
Committed By:	he
Date:		Sat Jan 15 16:07:24 UTC 2000

Modified Files:
	gnusrc/gnu/usr.bin/ld/ld [netbsd-1-4]: rrs.c

Log Message:
Pull up revisions 1.30-1.31 (requested by mycroft):
  Fix two problems:
   o Do not generate invalid PLT slots under `-Bsymbolic'.
   o Do not prebind GOT and PLT slots when `-r' is used; only do so
     if `-Bsymbolic' is used.  This avoids inadvertent prebinding of
     symbols when using `-r' with PIC files, which would otherwise
     make it impossible for an executable to override the symbols
     from a shared library.
  Also a few code cleanups.


To generate a diff of this commit:
cvs rdiff -r1.29 -r1.29.2.1 gnusrc/gnu/usr.bin/ld/ld/rrs.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.