diff options
author | Andrew Pinski <apinski@cavium.com> | 2011-12-08 20:52:42 +0000 |
---|---|---|
committer | Andrew Pinski <apinski@cavium.com> | 2011-12-08 20:52:42 +0000 |
commit | bb8e626db9c509fa477f4709acb3ff06e12a591c (patch) | |
tree | f74e4c2a6abb37b20f3e6352eecc69c82c78cddc /gas/testsuite/ChangeLog | |
parent | 432233b3596b5ec50b6bfc84ce7458106d7afd7b (diff) | |
download | fsf-binutils-gdb-bb8e626db9c509fa477f4709acb3ff06e12a591c.zip fsf-binutils-gdb-bb8e626db9c509fa477f4709acb3ff06e12a591c.tar.gz fsf-binutils-gdb-bb8e626db9c509fa477f4709acb3ff06e12a591c.tar.bz2 |
opcodes:
2011-12-08 Andrew Pinski <apinski@cavium.com>
* mips-opc.c (mips_builtin_opcodes): Add "pause".
gas/testsuite:
2011-12-08 Andrew Pinski <apinski@cavium.com>
* gas/mips/mips32-mt.d: Add pause instruction encoding to the end.
* gas/mips/micromips@mips32r2.d: Likewise.
* gas/mips/mips32r2.d: Likewise.
* gas/mips/mips32-mt.s: Add pause instruction to the end.
* gas/mips/mips32r2.s: Likewise.
Diffstat (limited to 'gas/testsuite/ChangeLog')
-rw-r--r-- | gas/testsuite/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog index 5296794..ad677ba 100644 --- a/gas/testsuite/ChangeLog +++ b/gas/testsuite/ChangeLog @@ -1,4 +1,12 @@ 2011-12-08 Andrew Pinski <apinski@cavium.com> + + * gas/mips/mips32-mt.d: Add pause instruction encoding to the end. + * gas/mips/micromips@mips32r2.d: Likewise. + * gas/mips/mips32r2.d: Likewise. + * gas/mips/mips32-mt.s: Add pause instruction to the end. + * gas/mips/mips32r2.s: Likewise. + +2011-12-08 Andrew Pinski <apinski@cavium.com> Adam Nemet <anemet@caviumnetworks.com> * gas/mips/mips.exp: Add Octeon2 for an architecture. |