mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-27 03:51:15 +08:00
fixes for arm-aout....
This commit is contained in:
parent
11d47adc34
commit
509033932c
@ -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>
|
||||
|
||||
|
@ -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 ? .*
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user