diff options
Diffstat (limited to 'ld/testsuite/ld-arm/arm-target2.s')
-rw-r--r-- | ld/testsuite/ld-arm/arm-target2.s | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ld/testsuite/ld-arm/arm-target2.s b/ld/testsuite/ld-arm/arm-target2.s new file mode 100644 index 0000000..0c343ef --- /dev/null +++ b/ld/testsuite/ld-arm/arm-target2.s @@ -0,0 +1,6 @@ +# Test the R_ARM_TARGET2 relocation + .text + .global _start +_start: + .word foo(target2) +foo: |