mirror of
https://github.com/autc04/Retro68.git
synced 2025-01-17 13:31:33 +00:00
13 lines
232 B
ArmAsm
13 lines
232 B
ArmAsm
.file "<artificial>"
|
|
.option pic
|
|
.text
|
|
.globl foobar_new
|
|
.weak foobar_new
|
|
.type foobar_new, @function
|
|
foobar_new:
|
|
jr ra
|
|
.size foobar_new, .-foobar_new
|
|
.symver foobar_new, foobar@@New
|
|
|
|
.section .note.GNU-stack,"",@progbits
|