aboutsummaryrefslogtreecommitdiff
path: root/gas
diff options
context:
space:
mode:
authorKen Raeburn <raeburn@cygnus>1995-05-23 01:45:12 +0000
committerKen Raeburn <raeburn@cygnus>1995-05-23 01:45:12 +0000
commit70d6c39671cd6663e1a948aeb4ee90d5c4e7fd7a (patch)
tree9b06733ebf167e78efea747dd2c9928c5debba7e /gas
parent001559ea9fa712ad21edc3827ae529c7d6d5e4a1 (diff)
downloadgdb-70d6c39671cd6663e1a948aeb4ee90d5c4e7fd7a.zip
gdb-70d6c39671cd6663e1a948aeb4ee90d5c4e7fd7a.tar.gz
gdb-70d6c39671cd6663e1a948aeb4ee90d5c4e7fd7a.tar.bz2
fix up stab handling
Diffstat (limited to 'gas')
-rw-r--r--gas/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog
index c54bb7c..4615576 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,5 +1,12 @@
Mon May 22 20:03:23 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
+ * ecoff.c (ecoff_stab): Add extra leading argument, for 4 May
+ change.
+ * ecoff.h (ecoff_stab): Fix declaration.
+ * obj.h (format_ops.process_stab): Include prototype.
+ * config/obj-elf.h (OBJ_PROCESS_STAB): Pass through seg argument.
+ * config/obj-ecoff.h (OBJ_PROCESS_STAB): Ditto.
+
* config/e-mipself.c (mipself): New emulation mode, doesn't change
endianness from configured default.
* config/e-mipsecoff.c (mipsecoff): Ditto.