Revert "Fix the test for PR 18963 so that it will work on 16-bit targets."
[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.324557 seconds and 4 git commands to generate.