bfd/
[deliverable/binutils-gdb.git] / ld / testsuite / ld-arm / arm-target1.s
1 # Test the R_ARM_TARGET1 relocation
2 .text
3 .global _start
4 _start:
5 .word foo(target1)
6 foo:
This page took 0.030201 seconds and 4 git commands to generate.