mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-21 01:12:32 +08: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:
|