diff options
author | Ian Lance Taylor <ian@airs.com> | 1995-09-08 05:08:38 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1995-09-08 05:08:38 +0000 |
commit | 84c1534f027b67811317f499d63c62541f792cbe (patch) | |
tree | 8f36b09160d0fef7c5aa75b429da4c50ff053bbf | |
parent | ee14a559e35dbc5448f3a549afd13c1dc3aec55f (diff) | |
download | fsf-binutils-gdb-84c1534f027b67811317f499d63c62541f792cbe.zip fsf-binutils-gdb-84c1534f027b67811317f499d63c62541f792cbe.tar.gz fsf-binutils-gdb-84c1534f027b67811317f499d63c62541f792cbe.tar.bz2 |
* mips-opc.c: Change unaligned loads and stores with "t,A"
operands to use "t,A(b)".
PR 7947.
-rw-r--r-- | opcodes/ChangeLog | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index 4dfa088..60ce6f7 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,19 @@ +Fri Sep 8 01:07:38 1995 Ian Lance Taylor <ian@cygnus.com> + + * mips-opc.c: Change unaligned loads and stores with "t,A" + operands to use "t,A(b)". + +start-sanitize-sh3e +Thu Sep 7 19:02:46 1995 Jim Wilson <wilson@chestnut.cygnus.com> + + * sh-dis.c (print_insn_shx): Add F_FR0 support. + +end-sanitize-sh3e +Thu Sep 7 19:02:46 1995 Jim Wilson <wilson@chestnut.cygnus.com> + + * sh-dis.c (print_insn_shx): Change loop over op->arg[n] to iterate + until 3 instead of until 2. + Wed Sep 6 21:21:33 1995 Ian Lance Taylor <ian@cygnus.com> * Makefile.in (ALL_CFLAGS): Define. |