aboutsummaryrefslogtreecommitdiff
path: root/gas
diff options
context:
space:
mode:
authorKen Raeburn <raeburn@cygnus>1995-01-18 18:53:49 +0000
committerKen Raeburn <raeburn@cygnus>1995-01-18 18:53:49 +0000
commit29c8d82c45ebd0baf9b352794d87fbd1abbd812b (patch)
treefc200c60ff8bc20c4dc2b7c2f15eb5c2952299a3 /gas
parent95ac738e70a90a7dd4abae85e4ed2a28ec56311c (diff)
downloadgdb-29c8d82c45ebd0baf9b352794d87fbd1abbd812b.zip
gdb-29c8d82c45ebd0baf9b352794d87fbd1abbd812b.tar.gz
gdb-29c8d82c45ebd0baf9b352794d87fbd1abbd812b.tar.bz2
sparc, coff, hash 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 ee818d2..d99649b 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,3 +1,15 @@
+Wed Jan 18 13:49:26 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
+
+ * config/tc-sparc.c (sparc_ip): When scanning successive opcode
+ table entries, check names for pointer equality before doing
+ string comparisons.
+
+ * hash.c (hash_ask): Call strcmp instead of expanding it inline.
+ (hash_code): Replaced with a version from bfd.
+
+ * config/obj-coff.c (write_object_file): If COFF_FLAGS isn't
+ defined, default it to zero.
+
Wed Jan 18 12:16:07 1995 Ian Lance Taylor <ian@sanguine.cygnus.com>
* expr.c (operand): Parenthesize && within ||.