mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-09 04:21:49 +08:00
53e556e5b4
PR ld/27259 * testsuite/ld-elf/pr27259.d: New file. * testsuite/ld-elf/pr27259.s: Likewise.
15 lines
239 B
ArmAsm
15 lines
239 B
ArmAsm
.section .stack_sizes,"o",%progbits,live,unique,0
|
|
live:
|
|
.byte 1
|
|
|
|
.section .stack_sizes,"o",%progbits,dead,unique,1
|
|
dead:
|
|
.byte 2
|
|
|
|
.section .text.main,"ax",%progbits
|
|
.globl _start
|
|
_start:
|
|
.byte 0
|
|
.section .note,"",%note
|
|
.dc.a live
|