aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKen Raeburn <raeburn@cygnus>1995-03-03 22:55:46 +0000
committerKen Raeburn <raeburn@cygnus>1995-03-03 22:55:46 +0000
commitcb7973c33e3ca9e1ec3b83d7ff1abca2066e3a18 (patch)
tree17912ac905f4a46bf839c78d46dd7cefea4a2e99
parent46f1280981a561f184881aff4a5ebc472157419c (diff)
downloadgdb-cb7973c33e3ca9e1ec3b83d7ff1abca2066e3a18.zip
gdb-cb7973c33e3ca9e1ec3b83d7ff1abca2066e3a18.tar.gz
gdb-cb7973c33e3ca9e1ec3b83d7ff1abca2066e3a18.tar.bz2
* config/tc-h8300.* (md_operand): Change empty function to empty macro.
* config/tc-h8300.c (build_bytes): Make H8/300-H warning message clearer.
-rw-r--r--gas/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog
index 29a17cc..8170b59 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,5 +1,11 @@
Fri Mar 3 17:41:50 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
+ * config/tc-h8300.* (md_operand): Change empty function to empty
+ macro.
+
+ * config/tc-h8300.c (build_bytes): Make H8/300-H warning message
+ clearer.
+
* write.c (write_contents): If bfd_set_section_contents fails,
print a message and exit, instead of aborting.