mirror of
https://github.com/autc04/Retro68.git
synced 2024-12-12 11:29:30 +00:00
18 lines
273 B
ArmAsm
18 lines
273 B
ArmAsm
|
|
.section .gnu.linkonce.t.thunk.ax,"ax",%progbits
|
|
.globl thunk.ax
|
|
.hidden thunk.ax
|
|
.p2align 4
|
|
.type thunk.ax,%function
|
|
thunk.ax:
|
|
.dc.l 0
|
|
.size thunk.ax, . - thunk.ax
|
|
|
|
.p2align 4
|
|
.globl bar
|
|
.type bar,%function
|
|
bar:
|
|
.dc.a thunk.ax
|
|
.dc.l 0
|
|
.size bar, . - bar
|