Imported NetBSD's ld for shared libs.
authorPaul Richards <paul@isl.cf.ac.uk>
Wed, 3 Nov 1993 23:41:59 +0000 (23:41 +0000)
committerPaul Richards <paul@isl.cf.ac.uk>
Wed, 3 Nov 1993 23:41:59 +0000 (23:41 +0000)
commit1136f72de5ceb13dce8385f15f3617774c30f381
treebd789cad8c5807c72af2212969703a358dab976c
parentb363888eebe88852e32ce68b9beceb01a2174884
Imported NetBSD's ld for shared libs.
30 files changed:
gnu/usr.bin/ld/Makefile
gnu/usr.bin/ld/cplus-dem.c
gnu/usr.bin/ld/etc.c [new file with mode: 0644]
gnu/usr.bin/ld/i386/md-static-funcs.c [new file with mode: 0644]
gnu/usr.bin/ld/i386/md.c [new file with mode: 0644]
gnu/usr.bin/ld/i386/md.h [new file with mode: 0644]
gnu/usr.bin/ld/i386/mdprologue.S [new file with mode: 0644]
gnu/usr.bin/ld/ld.1 [new file with mode: 0644]
gnu/usr.bin/ld/ld.c
gnu/usr.bin/ld/ld.h [new file with mode: 0644]
gnu/usr.bin/ld/ldconfig/Makefile [new file with mode: 0644]
gnu/usr.bin/ld/ldconfig/ldconfig.8 [new file with mode: 0644]
gnu/usr.bin/ld/ldconfig/ldconfig.c [new file with mode: 0644]
gnu/usr.bin/ld/ldd/Makefile [new file with mode: 0644]
gnu/usr.bin/ld/ldd/ldd.1 [new file with mode: 0644]
gnu/usr.bin/ld/ldd/ldd.c [new file with mode: 0644]
gnu/usr.bin/ld/lib.c [new file with mode: 0644]
gnu/usr.bin/ld/rrs.c [new file with mode: 0644]
gnu/usr.bin/ld/rtld/Makefile [new file with mode: 0644]
gnu/usr.bin/ld/rtld/md-prologue.c [new file with mode: 0644]
gnu/usr.bin/ld/rtld/rtld.c [new file with mode: 0644]
gnu/usr.bin/ld/shlib.c [new file with mode: 0644]
gnu/usr.bin/ld/sparc/md-static-funcs.c [new file with mode: 0644]
gnu/usr.bin/ld/sparc/md.c [new file with mode: 0644]
gnu/usr.bin/ld/sparc/md.h [new file with mode: 0644]
gnu/usr.bin/ld/sparc/mdprologue.S [new file with mode: 0644]
gnu/usr.bin/ld/symbol.c [new file with mode: 0644]
gnu/usr.bin/ld/symseg.h
gnu/usr.bin/ld/warnings.c [new file with mode: 0644]
gnu/usr.bin/ld/xbits.c [new file with mode: 0644]