mirror of
https://github.com/autc04/Retro68.git
synced 2024-12-02 18:53:22 +00:00
8 lines
140 B
ArmAsm
8 lines
140 B
ArmAsm
|
# Test the R_ARM_TARGET1 relocation
|
||
|
# Copied from ld/testsuite/ld-arm/arm-target1.s
|
||
|
.text
|
||
|
.global _start
|
||
|
_start:
|
||
|
.word foo(target1)
|
||
|
foo:
|