mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-11-25 13:09:48 +00:00
* gas/arm/adrl.s: Test behaviour against globals too.
* gas/arm/adrl.d: Adjust.
This commit is contained in:
parent
61b5f74bdb
commit
dc8ec78b76
@ -1,8 +1,13 @@
|
||||
2002-12-03 Alan Modra <amodra@bigpond.net.au>
|
||||
|
||||
* gas/arm/adrl.s: Test behaviour against globals too.
|
||||
* gas/arm/adrl.d: Adjust.
|
||||
|
||||
2002-12-02 Nick Clifton <nickc@redhat.com>
|
||||
|
||||
* gasp: Remove entire directory tree. (Gasp has been removed from
|
||||
binutils).
|
||||
* config/default.asp (GASP): Remove definition and initialization.
|
||||
* config/default.asp (GASP): Remove definition and initialization.
|
||||
|
||||
2002-12-01 Stephane Carrez <stcarrez@nerim.fr>
|
||||
|
||||
|
@ -17,4 +17,10 @@ Disassembly of section .text:
|
||||
0+201c <.*> e1a00000 nop \(mov r0,r0\)
|
||||
0+2020 <.*> 028f0000 addeq r0, pc, #0 ; 0x0
|
||||
0+2024 <.*> e1a00000 nop \(mov r0,r0\)
|
||||
0+2028 <.*> e24f0030 sub r0, pc, #48 ; 0x30
|
||||
0+202c <.*> e2400c20 sub r0, r0, #8192 ; 0x2000
|
||||
0+2030 <.*> e28f0c21 add r0, pc, #8448 ; 0x2100
|
||||
0+2034 <.*> e1a00000 nop \(mov r0,r0\)
|
||||
...
|
||||
0+4030 <.*> e28fec01 add lr, pc, #256 ; 0x100
|
||||
...
|
||||
|
@ -1,7 +1,8 @@
|
||||
@ test ADRL pseudo-op
|
||||
.text
|
||||
foo:
|
||||
.align 0
|
||||
.text
|
||||
.global foo
|
||||
foo:
|
||||
.align 0
|
||||
1:
|
||||
.space 8192
|
||||
2:
|
||||
@ -11,5 +12,12 @@ foo:
|
||||
adrl r0, 2f
|
||||
adrEQl r0, 2f
|
||||
2:
|
||||
.space 8200
|
||||
adrl r0, foo
|
||||
adrl r0, X
|
||||
.space 8184
|
||||
1:
|
||||
adral lr, X
|
||||
.space 0x0104
|
||||
|
||||
.globl X;
|
||||
X:
|
||||
|
Loading…
Reference in New Issue
Block a user