diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog index e4d7f43807..e0a1e6f872 100644 --- a/gas/testsuite/ChangeLog +++ b/gas/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2001-07-26 Chris Demetriou + + * gas/mips/lif-empic.d: Add back dollar signs before floating + point register names. + 2001-07-26 Alan Modra * gas/i386/relax.s: Test rs_space. diff --git a/gas/testsuite/gas/mips/lif-empic.d b/gas/testsuite/gas/mips/lif-empic.d index d6120854eb..f0a97bf594 100644 --- a/gas/testsuite/gas/mips/lif-empic.d +++ b/gas/testsuite/gas/mips/lif-empic.d @@ -12,13 +12,13 @@ Disassembly of section .text: [ ]*0: [A-Z0-9_]*GPREL[A-Z0-9_]* .rdata.* 0+0004 <[^>]*> lw a0,0\(at\) 0+0008 <[^>]*> lw a1,4\(at\) -0+000c <[^>]*> lwc1 f[45],-16368\(gp\) +0+000c <[^>]*> lwc1 \$f[45],-16368\(gp\) [ ]*c: [A-Z0-9_]*LITERAL[A-Z0-9_]* .lit8.* -0+0010 <[^>]*> lwc1 f[45],-16364\(gp\) +0+0010 <[^>]*> lwc1 \$f[45],-16364\(gp\) [ ]*10: [A-Z0-9_]*LITERAL[A-Z0-9_]* .lit8.* 0+0014 <[^>]*> lui a0,0x3f8f 0+0018 <[^>]*> ori a0,a0,0xcd36 0+001c <[^>]*> lui at,0x3f8f 0+0020 <[^>]*> ori at,at,0xcd36 -0+0024 <[^>]*> mtc1 at,f4 +0+0024 <[^>]*> mtc1 at,\$f4 ...