mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-12-15 08:08:55 +00:00
* ld-elf/pr349-1.s, * ld-elf/pr349-2.s, * ld-elf/pr349.d: New.
This commit is contained in:
parent
46e8a76b3b
commit
7dff202796
@ -1,3 +1,7 @@
|
||||
2009-10-14 Alan Modra <amodra@bigpond.net.au>
|
||||
|
||||
* ld-elf/pr349-1.s, * ld-elf/pr349-2.s, * ld-elf/pr349.d: New.
|
||||
|
||||
2009-10-09 H.J. Lu <hongjiu.lu@intel.com>
|
||||
|
||||
PR ld/10749
|
||||
|
2
ld/testsuite/ld-elf/pr349-1.s
Normal file
2
ld/testsuite/ld-elf/pr349-1.s
Normal file
@ -0,0 +1,2 @@
|
||||
.section ".abcxyz","ax",%progbits
|
||||
.long 1
|
2
ld/testsuite/ld-elf/pr349-2.s
Normal file
2
ld/testsuite/ld-elf/pr349-2.s
Normal file
@ -0,0 +1,2 @@
|
||||
.section ".abcxyz","",%progbits
|
||||
.long 2
|
10
ld/testsuite/ld-elf/pr349.d
Normal file
10
ld/testsuite/ld-elf/pr349.d
Normal file
@ -0,0 +1,10 @@
|
||||
#source: pr349-1.s
|
||||
#source: pr349-2.s
|
||||
#ld: -r
|
||||
#readelf: -S
|
||||
|
||||
#...
|
||||
.* .abcxyz .*
|
||||
#...
|
||||
.* .abcxyz .*
|
||||
#pass
|
Loading…
Reference in New Issue
Block a user