diff options
author | Maciej W. Rozycki <macro@linux-mips.org> | 2010-09-23 00:11:22 +0000 |
---|---|---|
committer | Maciej W. Rozycki <macro@linux-mips.org> | 2010-09-23 00:11:22 +0000 |
commit | b7cf0db702d127af30530aa751f8ccb09d1954d8 (patch) | |
tree | 4f3937197516621a48d06560d7daa95379a862c1 | |
parent | 0b4ed05a91d0d5fac96dce4739a24274224bdfa2 (diff) | |
download | gdb-b7cf0db702d127af30530aa751f8ccb09d1954d8.zip gdb-b7cf0db702d127af30530aa751f8ccb09d1954d8.tar.gz gdb-b7cf0db702d127af30530aa751f8ccb09d1954d8.tar.bz2 |
* gas/mips/jal.d: Remove duplicate pattern.
-rw-r--r-- | gas/testsuite/ChangeLog | 4 | ||||
-rw-r--r-- | gas/testsuite/gas/mips/jal.d | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog index 7a40794..0f4399a 100644 --- a/gas/testsuite/ChangeLog +++ b/gas/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2010-09-23 Maciej W. Rozycki <macro@codesourcery.com> + + * gas/mips/jal.d: Remove duplicate pattern. + 2010-09-22 Robin Getz <robin.getz@analog.com> * gas/bfin/expected_move_errors.l: Update error output. diff --git a/gas/testsuite/gas/mips/jal.d b/gas/testsuite/gas/mips/jal.d index eda0826..1657630 100644 --- a/gas/testsuite/gas/mips/jal.d +++ b/gas/testsuite/gas/mips/jal.d @@ -12,7 +12,7 @@ Disassembly of section .text: 0+0008 <[^>]*> jalr a0,t9 0+000c <[^>]*> nop 0+0010 <[^>]*> jal 0+ <text_label> -[ ]*10: (MIPS_JMP|MIPS_JMP|JMPADDR|R_MIPS_26) .text +[ ]*10: (MIPS_JMP|JMPADDR|R_MIPS_26) .text 0+0014 <[^>]*> nop 0+0018 <[^>]*> jal 0+ <text_label> [ ]*18: (MIPS_JMP|JMPADDR|R_MIPS_26) external_text_label |