diff options
author | Maciej W. Rozycki <macro@linux-mips.org> | 2010-07-05 23:31:53 +0000 |
---|---|---|
committer | Maciej W. Rozycki <macro@linux-mips.org> | 2010-07-05 23:31:53 +0000 |
commit | 5dc764cb30aef89de4e2b9e103d8d5df5605306b (patch) | |
tree | 1c2ed4aa0643a21a898ae3fccef2b27f88e936dc /gas | |
parent | 4e5799b6d29933e9ab11242b2bceac908aedf49d (diff) | |
download | gdb-5dc764cb30aef89de4e2b9e103d8d5df5605306b.zip gdb-5dc764cb30aef89de4e2b9e103d8d5df5605306b.tar.gz gdb-5dc764cb30aef89de4e2b9e103d8d5df5605306b.tar.bz2 |
* gas/mips/beq.d: Remove leftover symbols/relocs from the
change on 2009-02-06.
Diffstat (limited to 'gas')
-rw-r--r-- | gas/testsuite/ChangeLog | 5 | ||||
-rw-r--r-- | gas/testsuite/gas/mips/beq.d | 8 |
2 files changed, 9 insertions, 4 deletions
diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog index 4a97906..6a9629e 100644 --- a/gas/testsuite/ChangeLog +++ b/gas/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2010-07-05 Maciej W. Rozycki <macro@codesourcery.com> + + * gas/mips/beq.d: Remove leftover symbols/relocs from the + change on 2009-02-06. + 2010-07-05 H.J. Lu <hongjiu.lu@intel.com> AVX Programming Reference (June, 2010) diff --git a/gas/testsuite/gas/mips/beq.d b/gas/testsuite/gas/mips/beq.d index 55aea97..e6254a4 100644 --- a/gas/testsuite/gas/mips/beq.d +++ b/gas/testsuite/gas/mips/beq.d @@ -40,10 +40,10 @@ Disassembly of section .text: 0+20070 <[^>]*> jal 0+0000 <.*> [ ]*20070: (MIPS_JMP|JMPADDR|R_MIPS_26) .text 0+20074 <[^>]*> nop -#0+20078 <[^>]*> b 0+20078 <text_label\+0x20078> -#[ ]*20078: R_MIPS_PC16 external_label +#0+20078 <[^>]*> b 0+20078 <.*\+0x20078> +#[ ]*20078: .*16 external_label #0+2007c <[^>]*> nop -#0+20080 <[^>]*> bal 0+20080 <text_label\+0x20080> -#[ ]*20080: R_MIPS_PC16 external_label +#0+20080 <[^>]*> bal 0+20080 <.*\+0x20080> +#[ ]*20080: .*16 external_label #0+20084 <[^>]*> nop ... |