aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2007-06-26 12:58:55 +0000
committerNick Clifton <nickc@redhat.com>2007-06-26 12:58:55 +0000
commita46ed97fe4659094a3835a3909813b6ee1ff02c9 (patch)
treeab002c6669dc79d75690d0561f72190ac5aede18
parent2a2ce21ba25c12d14d981b897077c1cefe0f997d (diff)
downloadfsf-binutils-gdb-a46ed97fe4659094a3835a3909813b6ee1ff02c9.zip
fsf-binutils-gdb-a46ed97fe4659094a3835a3909813b6ee1ff02c9.tar.gz
fsf-binutils-gdb-a46ed97fe4659094a3835a3909813b6ee1ff02c9.tar.bz2
* gas/arm/backslash-at.d: Fix for non-ELF arm targets.
-rw-r--r--gas/testsuite/ChangeLog4
-rw-r--r--gas/testsuite/gas/arm/backslash-at.d21
2 files changed, 15 insertions, 10 deletions
diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog
index 811b553..30ad225 100644
--- a/gas/testsuite/ChangeLog
+++ b/gas/testsuite/ChangeLog
@@ -1,3 +1,7 @@
+2007-06-24 Nick Clifton <nickc@redhat.com>
+
+ * gas/arm/backslash-at.d: Fix for non-ELF arm targets.
+
2007-06-23 H.J. Lu <hongjiu.lu@intel.com>
PR binutils/4667
diff --git a/gas/testsuite/gas/arm/backslash-at.d b/gas/testsuite/gas/arm/backslash-at.d
index f73a373..a8992bd 100644
--- a/gas/testsuite/gas/arm/backslash-at.d
+++ b/gas/testsuite/gas/arm/backslash-at.d
@@ -4,13 +4,14 @@
.*: file format .*arm.*
Disassembly of section .text:
-00000000 <foo-0x2> 615c .short 0x615c
-00000002 <foo> e3a00000 mov r0, #0 ; 0x0
-00000006 <foo\+0x4> e3a00000 mov r0, #0 ; 0x0
-0000000a <foo\+0x8> e3a00000 mov r0, #0 ; 0x0
-0000000e <foo\+0xc> e3a00001 mov r0, #1 ; 0x1
-00000012 <foo\+0x10> e3a00001 mov r0, #1 ; 0x1
-00000016 <foo\+0x14> e3a00001 mov r0, #1 ; 0x1
-0000001a <foo\+0x18> e3a00002 mov r0, #2 ; 0x2
-0000001e <foo\+0x1c> e3a00002 mov r0, #2 ; 0x2
-00000022 <foo\+0x20> e3a00002 mov r0, #2 ; 0x2
+0+000 <.*>.*615c.*
+0+002 <foo> e3a00000 mov r0, #0 ; 0x0
+0+006 <foo\+0x4> e3a00000 mov r0, #0 ; 0x0
+0+00a <foo\+0x8> e3a00000 mov r0, #0 ; 0x0
+0+00e <foo\+0xc> e3a00001 mov r0, #1 ; 0x1
+0+012 <foo\+0x10> e3a00001 mov r0, #1 ; 0x1
+0+016 <foo\+0x14> e3a00001 mov r0, #1 ; 0x1
+0+01a <foo\+0x18> e3a00002 mov r0, #2 ; 0x2
+0+01e <foo\+0x1c> e3a00002 mov r0, #2 ; 0x2
+0+022 <foo\+0x20> e3a00002 mov r0, #2 ; 0x2
+#...