5a63d68e02
* 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. |
||
---|---|---|
.. | ||
ld | ||
Makefile | ||
Makefile.inc | ||
PORTING |