NetBSD/gnu/usr.bin/ld
mycroft 5a63d68e02 Fix two problems:
* On other systems, `-Bsymbolic' does not affect undefined (external)
  symbols at all.  We were generating invalid PLT slots in this case.
* Do not prebind GOT and PLT slots when `-r' is used; only do so if
  -Bsymbolic is used {or if we're in RRS_PARTIAL mode, but I'm not
  sure that's correct}.  Otherwise, we could inadvertantly prebind
  symbols when using `-r' with PIC files; when the resulting .o file
  is then linked into a shared library, the library would not permit
  an executable to override its symbols as it's supposed to.
2000-01-07 20:23:41 +00:00
..
ld Fix two problems: 2000-01-07 20:23:41 +00:00
Makefile Adjust include directories. 1998-12-17 15:17:27 +00:00
Makefile.inc Adjust include directories. 1998-12-17 15:17:27 +00:00
PORTING Back out change to md_make_gotreloc which added 4 arguement of got_t *. 1998-10-19 03:09:31 +00:00