mirror of
https://github.com/autc04/Retro68.git
synced 2025-01-13 01:30:55 +00:00
18 lines
197 B
ArmAsm
18 lines
197 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"
|
|
.global lib_gd2
|
|
lib_gd2:
|
|
.space 4
|
|
|