[ARM] Add support for thumb1 pcrop relocations.
[deliverable/binutils-gdb.git] / ld / testsuite / ld-arm / cortex-a8-arm-target.s
1 .syntax unified
2 .cpu cortex-a8
3 .text
4 .arm
5 .align 3
6 .global targetfn
7 .type targetfn, %function
8 targetfn:
9 bx lr
This page took 0.031417 seconds and 4 git commands to generate.