gdb: add target_ops::supports_displaced_step
[deliverable/binutils-gdb.git] / gold / testsuite / arm_target2.s
CommitLineData
bc99685c
DK
1# Test the R_ARM_TARGET2 relocation
2# Copied from ld/testsuite/ld-arm/arm-target2.s
3 .text
4 .global _start
5_start:
6 .word foo(target2)
7 .word foo+0x1234(target2)
8 .word foo+0xcdef0000(target2)
9 .word foo+0x76543210(target2)
10foo:
This page took 0.205242 seconds and 4 git commands to generate.