ELF: Support the section flag 'o' in .section directive
[deliverable/binutils-gdb.git] / ld / testsuite / ld-elf / pr22393-1.s
CommitLineData
d346bb27
L
1 .section .rodata,"a",%progbits
2 .globl fx1
3 .type fx1, %object
4fx1:
5 .zero 20
6 .section .data.rel.ro,"aw",%progbits
7 .globl px1
8 .type px1, %object
9px1:
10 .dc.a fx1
11
12 .text
13 .global start /* Used by SH targets. */
14start:
15 .global _start
16_start:
17 .global __start
18__start:
19 .global main /* Used by HPPA targets. */
20main:
21 .dc.a 0
This page took 0.120442 seconds and 4 git commands to generate.