mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-21 01:12:32 +08:00
ld/testsuite/
2005-10-24 Jan Beulich <jbeulich@novell.com> * ld-elf/empty2.[sd]: New.
This commit is contained in:
parent
6a2375c6b2
commit
15cf70afb6
@ -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
|
||||
|
11
ld/testsuite/ld-elf/empty2.d
Normal file
11
ld/testsuite/ld-elf/empty2.d
Normal 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
|
18
ld/testsuite/ld-elf/empty2.s
Normal file
18
ld/testsuite/ld-elf/empty2.s
Normal 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
|
Loading…
Reference in New Issue
Block a user