* ld-elf/orphan3.d, * ld-elf/orphan3a.s, * ld-elf/orphan3b.s,

* ld-elf/orphan3c.s, * ld-elf/orphan3d.s, * ld-elf/orphan3e.s,
	* ld-elf/orphan3f.s: Increase section size to 16.
	* ld-pe/orphan.d, * ld-pe/orphana.s, * ld-pe/orphanb.s,
	* ld-pe/orphand.s, * ld-pe/orphane.s: Likewise.
This commit is contained in:
Alan Modra 2009-05-16 01:56:44 +00:00
parent 4cbf8f8684
commit c91db5c06f
13 changed files with 22 additions and 14 deletions

View File

@ -1,3 +1,11 @@
2009-05-16 Alan Modra <amodra@bigpond.net.au>
* ld-elf/orphan3.d, * ld-elf/orphan3a.s, * ld-elf/orphan3b.s,
* ld-elf/orphan3c.s, * ld-elf/orphan3d.s, * ld-elf/orphan3e.s,
* ld-elf/orphan3f.s: Increase section size to 16.
* ld-pe/orphan.d, * ld-pe/orphana.s, * ld-pe/orphanb.s,
* ld-pe/orphand.s, * ld-pe/orphane.s: Likewise.
2009-05-15 Alan Modra <amodra@bigpond.net.au>
* ld-elf/orphan3.d, * ld-elf/orphan3a.s, * ld-elf/orphan3b.s,

View File

@ -12,9 +12,9 @@
#xfail: "cr16-*-*" "crx-*-*" "d10v-*-*" "xstormy16-*-*"
#...
\[[ 0-9]+\] \.foo +PROGBITS +[0-9a-f]+ +[0-9a-f]+ +0+8 +0+ +A +0 +0 +[0-9]+
\[[ 0-9]+\] \.foo +PROGBITS +[0-9a-f]+ +[0-9a-f]+ +0+20 +0+ +A +0 +0 +[0-9]+
#...
\[[ 0-9]+\] \.foo +NOBITS +[0-9a-f]+ +[0-9a-f]+ +0+8 +0+ +A +0 +0 +[0-9]+
\[[ 0-9]+\] \.foo +NOBITS +[0-9a-f]+ +[0-9a-f]+ +0+20 +0+ +A +0 +0 +[0-9]+
#...
\[[ 0-9]+\] \.foo +PROGBITS +0+ +[0-9a-f]+ +0+8 +0+ +0 +0 +[0-9]+
\[[ 0-9]+\] \.[^f].*

View File

@ -9,4 +9,4 @@ _start:
__start:
.section .foo,"a",%nobits
.space 4
.space 16

View File

@ -1,2 +1,2 @@
.section .foo,"a",%progbits
.long 1
.long 1,1,1,1

View File

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

View File

@ -1,2 +1,2 @@
.section .foo,"a",%nobits
.space 4
.space 16

View File

@ -1,2 +1,2 @@
.section .foo,"a",%progbits
.long 4
.long 4,4,4,4

View File

@ -1,2 +1,2 @@
.section .foo,"",%progbits
.long 5
.long 5,5,5,5

View File

@ -7,7 +7,7 @@
#...
+0 +\.text .*
+1 +\.foo +0+8 .*
+2 +\.foo +0+8 .*
+1 +\.foo +0+20 .*
+2 +\.foo +0+20 .*
+3 +\.idata .*
#pass

View File

@ -5,4 +5,4 @@ _mainCRTStartup:
_start:
.section .foo,"b"
.space 4
.space 16

View File

@ -1,2 +1,2 @@
.section .foo
.long 1
.long 1,1,1,1

View File

@ -1,2 +1,2 @@
.section .foo,"b"
.space 4
.space 16

View File

@ -1,2 +1,2 @@
.section .foo
.long 4
.long 4,4,4,4