Added statements for stab sections in coff files.

This commit is contained in:
Stan Shebs 1993-09-17 20:16:17 +00:00
parent 40b92220c5
commit 4f6d6db937

View file

@ -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)