mirror of
https://github.com/autc04/Retro68.git
synced 2024-12-12 11:29:30 +00:00
14 lines
185 B
ArmAsm
14 lines
185 B
ArmAsm
# Create a .word reference for every function under test.
|
|
|
|
.abicalls
|
|
.option pic2
|
|
|
|
.include "compressed-plt-1.s"
|
|
|
|
.macro test_one, name, types
|
|
.word \name
|
|
.endm
|
|
|
|
.data
|
|
test_all
|