aboutsummaryrefslogtreecommitdiff
path: root/ld/testsuite
diff options
context:
space:
mode:
Diffstat (limited to 'ld/testsuite')
-rw-r--r--ld/testsuite/ChangeLog6
-rw-r--r--ld/testsuite/ld-arm/vfp11-fix-scalar.d4
-rw-r--r--ld/testsuite/ld-arm/vfp11-fix-vector.d4
3 files changed, 10 insertions, 4 deletions
diff --git a/ld/testsuite/ChangeLog b/ld/testsuite/ChangeLog
index cc6c596..19b5ca2 100644
--- a/ld/testsuite/ChangeLog
+++ b/ld/testsuite/ChangeLog
@@ -1,3 +1,9 @@
+2008-12-15 Richard Earnshaw <rearnsha@arm.com>
+
+ * ld-arm/vfp11-fix-scalar.d: Disassembly of VFP instructions now uses
+ unified syntax.
+ * ld-arm/vfp11-fix-vector.d: Likewise.
+
2008-12-15 Hans-Peter Nilsson <hp@axis.com>
* ld-cris/libdso-13b.d: New test.
diff --git a/ld/testsuite/ld-arm/vfp11-fix-scalar.d b/ld/testsuite/ld-arm/vfp11-fix-scalar.d
index b7fe136..5095137 100644
--- a/ld/testsuite/ld-arm/vfp11-fix-scalar.d
+++ b/ld/testsuite/ld-arm/vfp11-fix-scalar.d
@@ -7,9 +7,9 @@ Disassembly of section \.text:
8000: 0a000001 beq 800c <__vfp11_veneer_0>
00008004 <__vfp11_veneer_0_r>:
- 8004: ed927a00 flds s14, \[r2\]
+ 8004: ed927a00 (vldr|flds) s14, \[r2\]
8008: e12fff1e bx lr
0000800c <__vfp11_veneer_0>:
- 800c: 0e474a20 fmacseq s9, s14, s1
+ 800c: 0e474a20 (vmlaeq\.f32|fmacseq) s9, s14, s1
8010: eafffffb b 8004 <__vfp11_veneer_0_r>
diff --git a/ld/testsuite/ld-arm/vfp11-fix-vector.d b/ld/testsuite/ld-arm/vfp11-fix-vector.d
index 3474b8c..15c080a 100644
--- a/ld/testsuite/ld-arm/vfp11-fix-vector.d
+++ b/ld/testsuite/ld-arm/vfp11-fix-vector.d
@@ -8,9 +8,9 @@ Disassembly of section \.text:
00008004 <__vfp11_veneer_0_r>:
8004: e1a02003 mov r2, r3
- 8008: ed927a00 flds s14, \[r2\]
+ 8008: ed927a00 (vldr|flds) s14, \[r2\]
800c: e12fff1e bx lr
00008010 <__vfp11_veneer_0>:
- 8010: 0e474a20 fmacseq s9, s14, s1
+ 8010: 0e474a20 (vmlaeq\.f32|fmacseq) s9, s14, s1
8014: eafffffa b 8004 <__vfp11_veneer_0_r>