summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Demetriou <cgd@broadcom.com>2001-07-27 06:26:23 +0000
committerChris Demetriou <cgd@broadcom.com>2001-07-27 06:26:23 +0000
commitab3d0e41f01a94d94dc9a5d28e39bac8292192d4 (patch)
tree47897eff0a8809dc6ea8398cc22b52920a34c914
parent76a581327bfd8b8e37921c0911608a900c6242e7 (diff)
downloadbinutils-redhat-ab3d0e41f01a94d94dc9a5d28e39bac8292192d4.tar.gz
2001-07-26 Chris Demetriou <cgd@broadcom.com>
* gas/mips/lif-empic.d: Add back dollar signs before floating point register names.
-rw-r--r--gas/testsuite/ChangeLog5
-rw-r--r--gas/testsuite/gas/mips/lif-empic.d6
2 files changed, 8 insertions, 3 deletions
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 <cgd@broadcom.com>
+
+ * gas/mips/lif-empic.d: Add back dollar signs before floating
+ point register names.
+
2001-07-26 Alan Modra <amodra@bigpond.net.au>
* 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
...