ELF: Don't check relocations in non-loaded, non-alloced sections
[deliverable/binutils-gdb.git] / ld / testsuite / ld-metag / pcrel.s
CommitLineData
26244894
NC
1 .text
2 .global _start
3_start:
4 CALLR D0.0, external
5 CALLR D0.0, global
6 CALLR D0.0, local
7
8 .global global
9global:
10 nop
11local:
12 nop
This page took 0.334728 seconds and 4 git commands to generate.