diff options
author | Maciej W. Rozycki <macro@linux-mips.org> | 2004-07-20 17:49:31 +0000 |
---|---|---|
committer | Maciej W. Rozycki <macro@linux-mips.org> | 2004-07-20 17:49:31 +0000 |
commit | 1586d91e32ea5f8352ea442c38cd261c2de73d7a (patch) | |
tree | 00b3a461ac8a6308060244ade77a37a83294a11b /opcodes/ChangeLog | |
parent | 2cd8546d1321946294f6c89cdfb250a7de50f99d (diff) | |
download | gdb-1586d91e32ea5f8352ea442c38cd261c2de73d7a.zip gdb-1586d91e32ea5f8352ea442c38cd261c2de73d7a.tar.gz gdb-1586d91e32ea5f8352ea442c38cd261c2de73d7a.tar.bz2 |
opcodes/
* mips-opc.c (mips_builtin_opcodes): Remove the MIPS32
ISA-specific "break" encoding.
gas/testsuite/
* gas/mips/mips32.s: Adjust for the unified "break" syntax. Add
another "break" case. Update the comment accordingly.
* gas/mips/set-arch.s: Likewise.
* gas/mips/mips32.d: Adjust for the new output.
* gas/mips/set-arch.d: Likewise.
Diffstat (limited to 'opcodes/ChangeLog')
-rw-r--r-- | opcodes/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index 43a0d7b..6976666 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,8 @@ +2004-07-20 Maciej W. Rozycki <macro@linux-mips.org> + + * mips-opc.c (mips_builtin_opcodes): Remove the MIPS32 + ISA-specific "break" encoding. + 2004-07-13 Elvis Chiang <elvisfb@gmail.com> * arm-opc.h: Fix typo in comment. |