From: Stan Shebs Date: Fri, 17 Sep 1993 20:16:17 +0000 (+0000) Subject: Added statements for stab sections in coff files. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=4f6d6db937840a32374dd40fc693875ec4589ddc;p=binutils-gdb.git Added statements for stab sections in coff files. --- diff --git a/ld/ChangeLog b/ld/ChangeLog index 175fd4e513e..cf3edc2aa22 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,5 +1,19 @@ +Fri Sep 17 13:07:39 1993 Stan Shebs (shebs@rtl.cygnus.com) + + * scripttempl/{h8300.sc,h8500.sc,i386coff.sc,m68kcoff.sc,sh.sc}: + Added statements to pass stab and stabstr sections through and + mark them as NOLOAD, which makes GDB happier. + +Wed Sep 15 16:02:29 1993 Stan Shebs (shebs@rtl.cygnus.com) + + * configure.in: Accept m68k-lynx-lynxos config. + + * Makefile.in: Use $(SHELL) to run genscripts.sh. + Sun Sep 12 16:04:40 1993 Doug Evans (dje@cygnus.com) + * config/coff-h8300.mt: Add EMUL=h8300h. + * ldmain.c (main): Call set_scripts_dir after argv has been processed. Fri Sep 10 09:36:29 1993 Jeffrey Wheat (cassidy@cygnus.com)