aboutsummaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-elf/pr25021.s
blob: dd71202eb65b4d1d38b4855c009785f7da847199 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
	.section .text.live,"ax",%progbits
	.globl live
live:
	.byte 0

	.section .stack_sizes,"o",%progbits,.text.live,unique,0
	.byte 1

	.section .text.dead,"ax",%progbits
	.globl dead
dead:
	.byte 1

	.section .stack_sizes,"o",%progbits,.text.dead,unique,1
	.byte 2

	.section .text.main,"ax",%progbits
	.globl _start
_start:
	.byte 0
	.section .note,"",%note
	.dc.a live