ELF: Support the section flag 'o' in .section directive
[deliverable/binutils-gdb.git] / ld / testsuite / ld-or1k / pltlib.s
CommitLineData
c8e98e36
SH
1 .section .data
2 .globl x, y
3x: .long 33
4y: .long 44
5
6 .section .text
7 .align 4
8 .global func
9 .type func, @function
10func:
11 l.jr r9
12 l.nop
This page took 0.07992 seconds and 4 git commands to generate.