freebsd-dev/gnu/usr.bin/ld
Rodney W. Grimes 3c7e1b8cc2 From: rich@id.slip.bcm.tmc.edu.cdrom.com (Rich Murphey)
ld won't generate output if there are two .o files with the same
name.  It thinks they are multiply defined external references.  This
patch explictly allows multiple /file names/ with the same value.
This can happen if you do a two stage link or if you link in file
names that are identical to files in libc.

Otherwise ld.c exits with a status=1 and non error message.  Rich
1993-09-05 14:24:38 +00:00
..
cplus-dem.c ld is moved to src/gnu 1993-06-29 09:58:20 +00:00
ld.c From: rich@id.slip.bcm.tmc.edu.cdrom.com (Rich Murphey) 1993-09-05 14:24:38 +00:00
Makefile ld is moved to src/gnu 1993-06-29 09:58:20 +00:00
symseg.h ld is moved to src/gnu 1993-06-29 09:58:20 +00:00