aboutsummaryrefslogtreecommitdiff
path: root/gas
diff options
context:
space:
mode:
authorJeff Law <law@redhat.com>1996-08-06 17:17:34 +0000
committerJeff Law <law@redhat.com>1996-08-06 17:17:34 +0000
commit6a8e003654688feb71d63148e98731b505569c87 (patch)
tree98c42d4d3cddec1eb00b0c6a1f92d08bd6a066e7 /gas
parent2e913166b1be63e4a327c9c2f37f0115fece6595 (diff)
downloadgdb-6a8e003654688feb71d63148e98731b505569c87.zip
gdb-6a8e003654688feb71d63148e98731b505569c87.tar.gz
gdb-6a8e003654688feb71d63148e98731b505569c87.tar.bz2
* config/tc-h8300.c (get_specific): New operand "size" derived
from ".b", ".w" and ".l" extensions. All callers changed. If the base instruction has no operands, then use the size to determine which specific instruction to use. Fixing eepmov instructions.
Diffstat (limited to 'gas')
-rw-r--r--gas/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog
index cb7e35f..740c886 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,3 +1,10 @@
+Tue Aug 6 11:15:26 1996 Jeffrey A Law (law@cygnus.com)
+
+ * config/tc-h8300.c (get_specific): New operand "size" derived
+ from ".b", ".w" and ".l" extensions. All callers changed. If
+ the base instruction has no operands, then use the size to
+ determine which specific instruction to use.
+
Mon Aug 5 14:21:10 1996 Ian Lance Taylor <ian@cygnus.com>
* config/tc-i960.c (mem_fmt): Call parse_expr before emit.