Path: utzoo!utgpu!watmath!uunet!tut.cis.ohio-state.edu!GINGER.BERKELEY.EDU!mcgrath%homer.Berkeley.EDU From: mcgrath%homer.Berkeley.EDU@GINGER.BERKELEY.EDU (Roland McGrath) Newsgroups: gnu.utils.bug Subject: GNU ld bugs Message-ID: <8811262030.AA02151@homer.Berkeley.EDU> Date: 26 Nov 88 20:30:37 GMT Sender: daemon@tut.cis.ohio-state.edu Reply-To: roland@wheaties.ai.mit.edu Distribution: gnu Organization: GNUs Not Usenet Lines: 15 I am using the version that in /gp/gnu/ld.c as of Nov. 25. Two problems: 1) It doesn't warn about out-of-date __.SYMDEF members. It should check that __.SYMDEF is at least as new as any other file in the archive. 2) The undefined-symbol error messages are sometimes garbled: loc^E^At:302: Undefined symbol _daylight referenced from text loc^E^At:379: Undefined symbol _daylight referenced from text d:72: Undefined symbol _tzname referenced from text (^E and ^A represent control chars.) The file names actually were: localtime.c, localtime.c, and strftime.c, repsectively.