aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKen Raeburn <raeburn@cygnus>1993-12-16 21:56:03 +0000
committerKen Raeburn <raeburn@cygnus>1993-12-16 21:56:03 +0000
commit50f75add59764bab03e9f6cd9c13806b402c8804 (patch)
tree076161947663e0d6755e28499820940c4ac24609
parent5ddff1344f40b8ef80f835a353c095a8d0da7e1d (diff)
downloadgdb-50f75add59764bab03e9f6cd9c13806b402c8804.zip
gdb-50f75add59764bab03e9f6cd9c13806b402c8804.tar.gz
gdb-50f75add59764bab03e9f6cd9c13806b402c8804.tar.bz2
recent config/* & section_symbol changes
-rw-r--r--gas/ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog
index 22e2c60..220d0b6 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -3,6 +3,19 @@ Thu Dec 16 16:07:56 1993 Ken Raeburn (raeburn@cujo.cygnus.com)
* read.c (lex_type): No longer make '[' a valid character for
symbol names.
+ * config/tc-vax.c (tc_aout_fix_to_chars): Local variable
+ NBYTES_R_LENGTH now const.
+
+ * config/obj-*.c, config/tc-*.c: Omit superfluous "return"
+ statements at ends of functions. Don't check for null return from
+ hash_new, since it won't return at all if there's no memory
+ available. Also, check for null return from hash_insert, rather
+ than zero-length string, as success indicator.
+
+ * subsegs.c (section_symbol): New function.
+ * subsegs.h (section_symbol): Declare.
+ * write.c (adjust_reloc_syms): Use it.
+
Wed Dec 15 15:39:53 1993 Ken Raeburn (raeburn@cujo.cygnus.com)
* Makefile.in (RUNTEST): New variable.