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:44
Module Name:	gnusrc
Committed By:	he
Date:		Sat Jan 15 16:07:44 UTC 2000

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

Log Message:
Pull up revision 1.21 (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.20 -r1.20.2.1 gnusrc/gnu/usr.bin/ld/ld/ld.1

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