aboutsummaryrefslogtreecommitdiff
path: root/gas/ChangeLog
diff options
context:
space:
mode:
authorHans-Peter Nilsson <hp@axis.com>2000-05-21 18:26:10 +0000
committerHans-Peter Nilsson <hp@axis.com>2000-05-21 18:26:10 +0000
commit0aa5d42641ee478b4c96ab57ce77c798999b4833 (patch)
treece6701d6a5723ff907a91c0f744964d6ddc21141 /gas/ChangeLog
parentf48026f7d7fb8dfd61661569ce87aebe3d8385af (diff)
downloadgdb-0aa5d42641ee478b4c96ab57ce77c798999b4833.zip
gdb-0aa5d42641ee478b4c96ab57ce77c798999b4833.tar.gz
gdb-0aa5d42641ee478b4c96ab57ce77c798999b4833.tar.bz2
* stabs.c (aout_process_stab): Make global.
(s_desc): Add ATTRIBUTE_UNUSED to args as appropriate. * read.h (aout_process_stab): Declare. * configure.in (EMULATIONS) [i386aout, i386coff, i386elf]: Generalize to *aout, *coff *elf. * configure: Regenerated. * doc/internals.texi (Object format backend): Say SEPARATE_STAB_SECTIONS needs to be nonzero, not just defined.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r--gas/ChangeLog13
1 files changed, 12 insertions, 1 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog
index da8d399..a03ab12 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,4 +1,15 @@
-Sat May 20 03:49:32 2000 Hans-Peter Nilsson <hp@bitrange.com>
+Sat May 20 16:41:55 2000 Hans-Peter Nilsson <hp@axis.com>
+
+ * stabs.c (aout_process_stab): Make global.
+ (s_desc): Add ATTRIBUTE_UNUSED to args as appropriate.
+ * read.h (aout_process_stab): Declare.
+
+ * configure.in (EMULATIONS) [i386aout, i386coff, i386elf]:
+ Generalize to *aout, *coff *elf.
+ * configure: Regenerated.
+
+ * doc/internals.texi (Object format backend): Say
+ SEPARATE_STAB_SECTIONS needs to be nonzero, not just defined.
* Makefile.am (TARG_ENV_HFILES): Delete te-multi.h.
* Makefile.in: Regenerated.