mirror of
https://github.com/autc04/Retro68.git
synced 2024-12-11 03:52:59 +00:00
17 lines
180 B
ArmAsm
17 lines
180 B
ArmAsm
.text
|
|
.globl foo
|
|
.type foo, %function
|
|
foo:
|
|
nop
|
|
.L2:
|
|
blx lib_gd2(tlscall)
|
|
mov pc, lr
|
|
|
|
.Lpool:
|
|
.word lib_gd2(tlsdesc) + (. - .L2)
|
|
|
|
.section .tdata,"awT"
|
|
lib_gd2:
|
|
.space 4
|
|
|