Add a testase for PR ld/14926

PR ld/14926
	* ld-elf/pr14926.d: New file.
	* ld-elf/pr14926.s: Likewise.
This commit is contained in:
H.J. Lu 2012-12-07 12:32:50 +00:00
parent 6559e01342
commit 133c2bb257
3 changed files with 29 additions and 0 deletions

View File

@ -1,3 +1,9 @@
2012-12-07 H.J. Lu <hongjiu.lu@intel.com>
PR ld/14926
* ld-elf/pr14926.d: New file.
* ld-elf/pr14926.s: Likewise.
2012-12-07 Alan Modra <amodra@gmail.com>
* ld-elf/comm-data.exp: Revert last change.

View File

@ -0,0 +1,13 @@
#ld: -Ttext=0x60
#readelf: -S -l --wide
#...
\[[ 0-9]+\] \.text[ \t]+PROGBITS[ \t]+0*60[ \t]+.*
#...
Program Headers:
Type.*
LOAD[ \t]+0x[0-9a-f]+ 0x[0-9a-f]+ 0x[0-9a-f]+ 0x[0-9a-f]+ 0x[0-9a-f]+ R E 0x[0-9a-f]+
Section to Segment mapping:
Segment Sections...
00 .text *

View File

@ -0,0 +1,10 @@
.text
.globl main
.globl start
.globl _start
.globl __start
main:
start:
_start:
__start:
.byte 0