2017-04-10 13:32:00 +02:00

7 lines
95 B
ArmAsm

.text
.global bar
.type bar,"function"
bar:
movl foobar@GOT(%ebx), %eax
.comm foobar,30,4