summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>1999-11-01 17:10:27 +0000
committerNick Clifton <nickc@redhat.com>1999-11-01 17:10:27 +0000
commit509033932c0debc680286fcff27defb44240ebe9 (patch)
treeafb2ebc7412fbd5bdf20724efff0c81fee5888b3
parent11d47adc34d4ef65c3f87d86a1ae9e95933d451d (diff)
downloadbinutils-509033932c0debc680286fcff27defb44240ebe9.tar.gz
binutils-509033932c0debc680286fcff27defb44240ebe9.tar.bz2
binutils-509033932c0debc680286fcff27defb44240ebe9.zip
fixes for arm-aout....
-rw-r--r--gas/testsuite/ChangeLog4
-rw-r--r--gas/testsuite/gas/arm/arm7t.d2
-rw-r--r--gas/testsuite/gas/arm/arm7t.s6
3 files changed, 6 insertions, 6 deletions
diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog
index 4a8f87f415b..ebfe4ceb6df 100644
--- a/gas/testsuite/ChangeLog
+++ b/gas/testsuite/ChangeLog
@@ -8,6 +8,10 @@
* gas/arm/inst.s: Change test of BLPL instruction.
* gas/arm/inst.d: Change expected decode of BLPL instruction.
* gas/arm/arm7t.s: Remove use of .LC0 label in .word directive.
+ Remove .rdata section, since this cannot exist in an arm-aout
+ target.
+ * gas/arm/arm7t.d: Change expected reloc generated for .word
+ directive.
1999-10-21 Nick Clifton <nickc@cygnus.com>
diff --git a/gas/testsuite/gas/arm/arm7t.d b/gas/testsuite/gas/arm/arm7t.d
index ecaca9229c3..1e214ee97e2 100644
--- a/gas/testsuite/gas/arm/arm7t.d
+++ b/gas/testsuite/gas/arm/arm7t.d
@@ -63,6 +63,6 @@ Disassembly of section .text:
000000d4 <[^>]*> e1df00f4 ? ldrsh r0, \[pc, #4\] ; 000000e0 <[^>]*>
000000d8 <[^>]*> e1df00f4 ? ldrsh r0, \[pc, #4\] ; 000000e4 <[^>]*>
000000dc <[^>]*> 00000000 ? andeq r0, r0, r0
-[ ]*dc:.*.rdata
+[ ]*dc:.*fred
000000e0 <[^>]*> 0000c0de ? .*
000000e4 <[^>]*> 0000dead ? .*
diff --git a/gas/testsuite/gas/arm/arm7t.s b/gas/testsuite/gas/arm/arm7t.s
index 061eb2b43ff..d155752eedd 100644
--- a/gas/testsuite/gas/arm/arm7t.s
+++ b/gas/testsuite/gas/arm/arm7t.s
@@ -1,7 +1,3 @@
- .section .rdata
- .align 0
- .ascii "some data\000"
-
.text
.align 0
@@ -75,4 +71,4 @@ misc:
.align
.L2:
- .word .rdata
+ .word fred