diff options
author | Jim Wilson <wilson@tuliptree.org> | 1995-09-06 22:12:14 +0000 |
---|---|---|
committer | Jim Wilson <wilson@tuliptree.org> | 1995-09-06 22:12:14 +0000 |
commit | dd6ed5ab2ddcf5b307b5b847ff336ff51e9d3974 (patch) | |
tree | 9506d2803b1815fad9dc382960bea7e84d734469 | |
parent | 70943b5f0b6dc45349f13d3f18f51e13e660d136 (diff) | |
download | gdb-dd6ed5ab2ddcf5b307b5b847ff336ff51e9d3974.zip gdb-dd6ed5ab2ddcf5b307b5b847ff336ff51e9d3974.tar.gz gdb-dd6ed5ab2ddcf5b307b5b847ff336ff51e9d3974.tar.bz2 |
Fix gas bugs in SH3e handling of fmac instruction.
-rw-r--r-- | opcodes/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index 6a1e2c0..f578045 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,14 @@ +start-sanitize-sh3e +Wed Sep 6 15:08:09 1995 Jim Wilson <wilson@chestnut.cygnus.com> + + * sh-opc.h (sh_arg_type): Add F_FR0. + (sh_table, case fmac): Add F_FR0 as first argument. + +end-sanitize-sh3e +Wed Sep 6 15:08:09 1995 Jim Wilson <wilson@chestnut.cygnus.com> + + * sh-opc.h (sh_opcode_info): Increase arg array size to 4. + Tue Sep 5 18:28:10 1995 Doug Evans <dje@canuck.cygnus.com> * sparc-dis.c: Remove all references to NO_V9. |