aboutsummaryrefslogtreecommitdiff
path: root/gas
diff options
context:
space:
mode:
authorKen Raeburn <raeburn@cygnus>1994-05-04 07:08:44 +0000
committerKen Raeburn <raeburn@cygnus>1994-05-04 07:08:44 +0000
commit3f048548ccc1e1cb2c8eafc6ae1b70114deae3f3 (patch)
tree2d102f6c0d0be180599c4a51440cd01dd232017f /gas
parenta3547e53b58129c09730dabb78bdbe2f21c0c6ae (diff)
downloadgdb-3f048548ccc1e1cb2c8eafc6ae1b70114deae3f3.zip
gdb-3f048548ccc1e1cb2c8eafc6ae1b70114deae3f3.tar.gz
gdb-3f048548ccc1e1cb2c8eafc6ae1b70114deae3f3.tar.bz2
adjust_symtab, as.h changes
Diffstat (limited to 'gas')
-rw-r--r--gas/ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog
index 8814012..a7fc824 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,5 +1,17 @@
Wed May 4 02:29:21 1994 Ken Raeburn (raeburn@kr-pc.cygnus.com)
+ * as.h (strstr): Restore declaration.
+ (subseg_get) [BFD_ASSEMBLER]: Declare.
+
+ * write.c (write_object_file): If obj_adjust_symtab is defined,
+ invoke it. Then call set_symtab, and finally invoke *_frob_file
+ hooks.
+ * config/obj-coff.c (coff_adjust_symtab): Renamed from
+ coff_frob_file.
+ * config/obj-coff.h (coff_adjust_symtab): Changed declaration
+ accordingly.
+ (obj_adjust_symtab): Macro also changed.
+
* configure.in (i386-*-gnu*): New target, handled like i386-mach.
Tue May 3 21:04:16 1994 Ken Raeburn (raeburn@cujo.cygnus.com)