This is Paul K's latest set of ld changes. A commit was necessary at this
authorJordan K. Hubbard <jkh@FreeBSD.org>
Sun, 13 Feb 1994 20:43:13 +0000 (20:43 +0000)
committerJordan K. Hubbard <jkh@FreeBSD.org>
Sun, 13 Feb 1994 20:43:13 +0000 (20:43 +0000)
commit6a61ea881132f5a2eaea6fef8c71209efb37c4a4
tree1e70802eba4f7236b84436310b8b7c3d739bdfa5
parent1aa646190d5c107b15ac6cfee6c9dba74e78c027
This is Paul K's latest set of ld changes.  A commit was necessary at this
late stage due to the fact that link.h was copyright Sun Microsystems.

This version of ld sync's us up with NetBSD's ld and supports compatablily
with NetBSD's -[zZ] flags (which we had reversed).  Compiling with this
new ld will give you RRS warnings for libraries which do not contain .type
infomation - these wsarnings are harmless and will go away as soon as you
recompile your libraries (cd /usr/src; make libraries).
23 files changed:
gnu/usr.bin/ld/etc.c
gnu/usr.bin/ld/i386/md-static-funcs.c
gnu/usr.bin/ld/i386/md.c
gnu/usr.bin/ld/i386/md.h
gnu/usr.bin/ld/ld.1
gnu/usr.bin/ld/ld.c
gnu/usr.bin/ld/ld.h
gnu/usr.bin/ld/ldconfig/Makefile
gnu/usr.bin/ld/ldconfig/ldconfig.8
gnu/usr.bin/ld/ldconfig/ldconfig.c
gnu/usr.bin/ld/ldd/ldd.1
gnu/usr.bin/ld/ldd/ldd.c
gnu/usr.bin/ld/lib.c
gnu/usr.bin/ld/rrs.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/sparc/md.h
gnu/usr.bin/ld/sparc/mdprologue.S
gnu/usr.bin/ld/symbol.c
gnu/usr.bin/ld/warnings.c
gnu/usr.bin/ld/xbits.c