forked from Imagelibrary/binutils-gdb
26 lines
202 B
ArmAsm
26 lines
202 B
ArmAsm
foo:
|
|
pcrel $r0 = @pcrel(.table)
|
|
;;
|
|
call bar
|
|
pcrel $r0 = @pcrel(.table)
|
|
;;
|
|
call bar
|
|
ld $r0 = 0[$r0]
|
|
pcrel $r0 = @pcrel(.table)
|
|
;;
|
|
nop
|
|
;;
|
|
nop
|
|
;;
|
|
.table:
|
|
nop
|
|
;;
|
|
nop
|
|
;;
|
|
bar:
|
|
nop
|
|
;;
|
|
|
|
|
|
|