aboutsummaryrefslogtreecommitdiff
path: root/ld
diff options
context:
space:
mode:
authorStan Shebs <shebs@codesourcery.com>1993-09-17 20:16:17 +0000
committerStan Shebs <shebs@codesourcery.com>1993-09-17 20:16:17 +0000
commit4f6d6db937840a32374dd40fc693875ec4589ddc (patch)
tree969d8785a083d4c88202c7c9c5341d2eeb4836ab /ld
parent40b92220c5c3a8027c655d7ad4e8e3bce9cf90e8 (diff)
downloadfsf-binutils-gdb-4f6d6db937840a32374dd40fc693875ec4589ddc.zip
fsf-binutils-gdb-4f6d6db937840a32374dd40fc693875ec4589ddc.tar.gz
fsf-binutils-gdb-4f6d6db937840a32374dd40fc693875ec4589ddc.tar.bz2
Added statements for stab sections in coff files.
Diffstat (limited to 'ld')
-rw-r--r--ld/ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog
index 175fd4e..cf3edc2 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)