diff options
author | Sandra Loosemore <sandra@codesourcery.com> | 2013-06-12 23:03:21 +0000 |
---|---|---|
committer | Sandra Loosemore <sandra@codesourcery.com> | 2013-06-12 23:03:21 +0000 |
commit | 0c8fe7cfe2690fb49f8aab4ba23ff1080fd8f113 (patch) | |
tree | 15a6a184d8725888ef43e296fd59b6b9a7d89735 /gas | |
parent | 760256f9676dfeba19c6952df1ead3f067a992ff (diff) | |
download | gdb-0c8fe7cfe2690fb49f8aab4ba23ff1080fd8f113.zip gdb-0c8fe7cfe2690fb49f8aab4ba23ff1080fd8f113.tar.gz gdb-0c8fe7cfe2690fb49f8aab4ba23ff1080fd8f113.tar.bz2 |
2013-06-12 Sandra Loosemore <sandra@codesourcery.com>
include/opcode/
* nios2.h (OP_MATCH_ERET): Correct eret encoding.
gas/testsuite/
* gas/nios2/tret.d: Correct eret encoding.
Diffstat (limited to 'gas')
-rw-r--r-- | gas/testsuite/ChangeLog | 4 | ||||
-rw-r--r-- | gas/testsuite/gas/nios2/tret.d | 3 |
2 files changed, 5 insertions, 2 deletions
diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog index ec9aff7..b38bb43 100644 --- a/gas/testsuite/ChangeLog +++ b/gas/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2013-06-12 Sandra Loosemore <sandra@codesourcery.com> + + * gas/nios2/tret.d: Correct eret encoding. + 2013-06-10 Maciej W. Rozycki <macro@codesourcery.com> * gas/mips/relax-bc1any.l: New test. diff --git a/gas/testsuite/gas/nios2/tret.d b/gas/testsuite/gas/nios2/tret.d index c6fc003..09bb09a 100644 --- a/gas/testsuite/gas/nios2/tret.d +++ b/gas/testsuite/gas/nios2/tret.d @@ -4,5 +4,4 @@ .*: +file format elf32-littlenios2 Disassembly of section .text: -0+0000 <[^>]*> e800083a eret - +0+0000 <[^>]*> ef80083a eret |