ld/testsuite/

2005-10-24  Jan Beulich  <jbeulich@novell.com>

	* ld-elf/empty2.[sd]: New.
This commit is contained in:
Jan Beulich 2005-10-24 07:48:47 +00:00
parent 6a2375c6b2
commit 15cf70afb6
3 changed files with 33 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2005-10-24 Jan Beulich <jbeulich@novell.com>
* ld-elf/empty2.[sd]: New.
2005-10-23 H.J. Lu <hongjiu.lu@intel.com>
PR ld/1487

View File

@ -0,0 +1,11 @@
#source: empty2.s
#ld:
#readelf: -s
#xfail: "d30v-*-*" "dlx-*-*" "hppa*-*-*" "i960-*-*" "or32-*-*" "pj-*-*"
#...
[ ]+[0-9]+:[ ]+0+[ ]+0[ ]+FILE[ ]+LOCAL[ ]+DEFAULT[ ]+ABS empty2.s
[ ]+[0-9]+:[ ]+0*12345678[ ]+0[ ]+NOTYPE[ ]+LOCAL[ ]+DEFAULT[ ]+ABS constant
#...
[ ]+[0-9]+:[ ]+[0-9a-f]+[ ]+[0-9]+[ ]+FUNC[ ]+GLOBAL[ ]+DEFAULT[ ]+[1-9] _start
#pass

View File

@ -0,0 +1,18 @@
.file "empty2.s"
.equiv constant, 0x12345678
.section .bss
bar:
.text
.type start,"function"
.global start
start:
.type _start,"function"
.global _start
_start:
.type __start,"function"
.global __start
__start:
.type main,"function"
.global main
main:
.long constant