Updated to newest ld from pk.
authorPaul Richards <paul@isl.cf.ac.uk>
Tue, 9 Nov 1993 04:19:36 +0000 (04:19 +0000)
committerPaul Richards <paul@isl.cf.ac.uk>
Tue, 9 Nov 1993 04:19:36 +0000 (04:19 +0000)
commit7fc7155d6702b18fd4e899147921812b520e80f3
treee02027b4d685b1f3bff85c2ddcde0c2107b73d09
parentf4e776c511a33b03fd44d96a9a4c01d535c66013
Updated to newest ld from pk.

lib.c:
Pull in archives containing definitions needed by shared objects.
warnings.c:
Less spurious "undefined symbol" msgs for shared library defined
symbols.
ld.c:
Do a better job of recognising data in text segments, eg. `const char []'.
shlib.c,ld/rtld/{Makefile rtld.c}
Use strsep() in stead of strtok() and restore colons in eg. env. vars.
gnu/usr.bin/ld/Makefile
gnu/usr.bin/ld/ld.c
gnu/usr.bin/ld/ldconfig/Makefile
gnu/usr.bin/ld/lib.c
gnu/usr.bin/ld/rtld/Makefile
gnu/usr.bin/ld/rtld/rtld.c
gnu/usr.bin/ld/shlib.c
gnu/usr.bin/ld/sparc/md.c
gnu/usr.bin/ld/warnings.c