diff options
author | Chao-ying Fu <fu@mips.com> | 2008-11-06 19:36:38 +0000 |
---|---|---|
committer | Chao-ying Fu <fu@mips.com> | 2008-11-06 19:36:38 +0000 |
commit | 620edafdb92c372c858afde8dc3f53512c002030 (patch) | |
tree | d39fe07b96daddfef565d3a30d58ea47610d9050 /gas/ChangeLog | |
parent | de9a3e5195524b2aa19b5b1d0af1dce353569970 (diff) | |
download | gdb-620edafdb92c372c858afde8dc3f53512c002030.zip gdb-620edafdb92c372c858afde8dc3f53512c002030.tar.gz gdb-620edafdb92c372c858afde8dc3f53512c002030.tar.bz2 |
2008-11-06 Chao-ying Fu <fu@mips.com>
* config/tc-mips.c (validate_mips_insn): Add case '1'.
(mips_ip): Add case '1' to process sync type.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 7e66ede..8bb6dab 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,8 @@ +2008-11-06 Chao-ying Fu <fu@mips.com> + + * config/tc-mips.c (validate_mips_insn): Add case '1'. + (mips_ip): Add case '1' to process sync type. + 2008-11-06 Joel Sherrill <joel.sherrill@oarcorp.com> * configure.tgt: Add m32c-*-rtems* and m32r-*-rtems*. |