* ld-elf/pr349-1.s, * ld-elf/pr349-2.s, * ld-elf/pr349.d: New.

This commit is contained in:
Alan Modra 2009-10-14 10:52:54 +00:00
parent 46e8a76b3b
commit 7dff202796
4 changed files with 18 additions and 0 deletions

View File

@ -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

View File

@ -0,0 +1,2 @@
.section ".abcxyz","ax",%progbits
.long 1

View File

@ -0,0 +1,2 @@
.section ".abcxyz","",%progbits
.long 2

View File

@ -0,0 +1,10 @@
#source: pr349-1.s
#source: pr349-2.s
#ld: -r
#readelf: -S
#...
.* .abcxyz .*
#...
.* .abcxyz .*
#pass