diff options
-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 ... |