ELF: Support the section flag 'o' in .section directive
[deliverable/binutils-gdb.git] / ld / testsuite / ld-elf / pr25021.s
CommitLineData
b7d07216
L
1 .section .text.live,"ax",%progbits
2 .globl live
3live:
4 .byte 0
5
6 .section .stack_sizes,"o",%progbits,.text.live,unique,0
7 .byte 1
8
9 .section .text.dead,"ax",%progbits
10 .globl dead
11dead:
12 .byte 1
13
14 .section .stack_sizes,"o",%progbits,.text.dead,unique,1
15 .byte 2
16
17 .section .text.main,"ax",%progbits
18 .globl _start
19_start:
20 .byte 0
21 .section .note,"",%note
22 .dc.a live
This page took 0.023214 seconds and 4 git commands to generate.