X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=ld%2FChangeLog;h=30550af8e3e0ce3c7ac266d9f2cf0c5cc369986c;hb=7434d4e5dc48b01b82cae82c9e229fd5473bdb56;hp=6592c12c9a4e61267fc05c2e0973beeb5c2f188b;hpb=59fb874e522090833d43cb69786ce382be148b63;p=deliverable%2Fbinutils-gdb.git diff --git a/ld/ChangeLog b/ld/ChangeLog index 6592c12c9a..30550af8e3 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,5 +1,28 @@ +Fri Jul 2 17:13:35 1993 Doug Evans (dje@canuck.cygnus.com) + + * scripttempl/h8300.sc: Add .tors section for constructor/destructors. + +Thu Jul 1 16:38:45 1993 Doug Evans (dje@canuck.cygnus.com) + + * config/coff-h8300.mt: EMUL=h8300hms -> h8300. + +Wed Jun 30 15:45:55 1993 K. Richard Pixley (rich@sendai.cygnus.com) + + * Makefile.in (.y.c): skip default .y.c rules. gnu make can now + run in parallel without colliding on yacc's static file names. + Without the stub rule, make will try to start two yacc's + concurrently which fails because of yacc's static file names. + +Tue Jun 29 12:20:36 1993 Ian Lance Taylor (ian@cygnus.com) + + * ldmain.c (subfile_wanted_p): Don't dump core if there are no + symbols. + Mon Jun 28 12:22:11 1993 David J. Mackenzie (djm@thepub.cygnus.com) + * genscripts.sh (LIB_PATH): Only add /usr/local/lib if it's + different from libdir. + * Makefile.in (scriptdir): Base on tooldir, not datadir. Sat Jun 26 12:03:57 1993 David J. Mackenzie (djm@thepub.cygnus.com)