K 10 svn:author V 7 rgrimes K 8 svn:date V 27 1993-09-05T14:24:38.000000Z K 7 svn:log V 434 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 END