ELF: Support the section flag 'o' in .section directive
[deliverable/binutils-gdb.git] / ld / testsuite / ld-metag / pcrel.s
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
9 global:
10 nop
11 local:
12 nop
This page took 0.032094 seconds and 4 git commands to generate.