6 lines
88 B
ArmAsm
6 lines
88 B
ArmAsm
.text
|
|
.globl _start
|
|
_start:
|
|
addl foo@GOT(%ebx), %eax
|
|
cmpl $0, foo@GOT(%ebx)
|
|
foo = 2
|