mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-23 19:50:13 +08:00
ld: Add a test for PR ld/27259
PR ld/27259 * testsuite/ld-elf/pr27259.d: New file. * testsuite/ld-elf/pr27259.s: Likewise.
This commit is contained in:
@ -1,3 +1,9 @@
|
||||
2021-01-28 H.J. Lu <hongjiu.lu@intel.com>
|
||||
|
||||
PR ld/27259
|
||||
* testsuite/ld-elf/pr27259.d: New file.
|
||||
* testsuite/ld-elf/pr27259.s: Likewise.
|
||||
|
||||
2021-01-28 Alan Modra <amodra@gmail.com>
|
||||
|
||||
PR 27259
|
||||
|
7
ld/testsuite/ld-elf/pr27259.d
Normal file
7
ld/testsuite/ld-elf/pr27259.d
Normal file
@ -0,0 +1,7 @@
|
||||
#ld: --gc-sections -e _start
|
||||
#target: [check_gc_sections_available]
|
||||
#readelf: -SW
|
||||
|
||||
#...
|
||||
+\[ *[0-9]+\] \.stack_sizes +PROGBITS +0+ +[0-9a-f]+ 0+1 +00 +L +[0-9] .*
|
||||
#pass
|
14
ld/testsuite/ld-elf/pr27259.s
Normal file
14
ld/testsuite/ld-elf/pr27259.s
Normal file
@ -0,0 +1,14 @@
|
||||
.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
|
Reference in New Issue
Block a user