mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-21 04:42:53 +08:00
6 lines
109 B
ArmAsm
6 lines
109 B
ArmAsm
|
.text
|
||
|
.global _start
|
||
|
_start:
|
||
|
x:
|
||
|
ld 3,x@got(2) # isn't correct for 32-bit, but hey this is just a testcase
|