fixes for arm-aout....
authorNick Clifton <nickc@redhat.com>
Mon, 1 Nov 1999 17:10:27 +0000 (17:10 +0000)
committerNick Clifton <nickc@redhat.com>
Mon, 1 Nov 1999 17:10:27 +0000 (17:10 +0000)
gas/testsuite/ChangeLog
gas/testsuite/gas/arm/arm7t.d
gas/testsuite/gas/arm/arm7t.s

index 4a8f87f415bf60ad35e7a5bcb5b91021281562ad..ebfe4ceb6df3fad90dfccd8b23c5be59570c0267 100644 (file)
@@ -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>
 
index ecaca9229c3150759a2e2818d14d91792c9ffca4..1e214ee97e269f63e51b35dc6d1095501707caa8 100644 (file)
@@ -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 ?    .*
index 061eb2b43ff3b0262c3e10d21059f66aff0b6c5a..d155752eedd7c8d79cc5eae22f274e1abba2e477 100644 (file)
@@ -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
This page took 0.027381 seconds and 4 git commands to generate.