diff options
author | Nick Clifton <nickc@redhat.com> | 2000-12-01 20:05:32 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2000-12-01 20:05:32 +0000 |
commit | 2a91907cc0ca92840dbe64a992013f2285c89c45 (patch) | |
tree | 2729f22baab3633aed191ef93be3261333e45479 /include/opcode/ChangeLog | |
parent | b273323fcd4b72d5b1df249d5df008d6f8ec90f1 (diff) | |
download | cygnal-2a91907cc0ca92840dbe64a992013f2285c89c45.tar.gz cygnal-2a91907cc0ca92840dbe64a992013f2285c89c45.tar.bz2 cygnal-2a91907cc0ca92840dbe64a992013f2285c89c45.zip |
Improve MIPS32 support
Diffstat (limited to 'include/opcode/ChangeLog')
-rw-r--r-- | include/opcode/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/include/opcode/ChangeLog b/include/opcode/ChangeLog index 32e2baf0c..902544a76 100644 --- a/include/opcode/ChangeLog +++ b/include/opcode/ChangeLog @@ -1,3 +1,13 @@ +2000-12-01 Chris Demetriou <cgd@sibyte.com> + + mips.h (OP_MASK_SYSCALL, OP_SH_SYSCALL): Delete. + (OP_MASK_CODE20, OP_SH_CODE20): Define, with values of old + OP_*_SYSCALL definitions. + (OP_SH_CODE19, OP_MASK_CODE19): Define, for use as + 19 bit wait codes. + (MIPS operand specifier comments): Remove 'm', add 'U' and + 'J', and update the meaning of 'B' so that it's more general. + 2000-10-20 Jakub Jelinek <jakub@redhat.com> * sparc.h (enum sparc_opcode_arch_val): Add SPARC_OPCODE_ARCH_V9B. |