diff options
author | Alan Modra <amodra@gmail.com> | 2009-05-16 01:56:44 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2009-05-16 01:56:44 +0000 |
commit | c91db5c06f99a3e0b47756a5c1441815ba4ee09d (patch) | |
tree | 27a792e2c0966d7d673e7d4c1a26f33adc80f344 /ld/testsuite/ld-pe | |
parent | 4cbf8f86843214b9d36a7e84a5b6ce02806ce18f (diff) | |
download | gdb-c91db5c06f99a3e0b47756a5c1441815ba4ee09d.zip gdb-c91db5c06f99a3e0b47756a5c1441815ba4ee09d.tar.gz gdb-c91db5c06f99a3e0b47756a5c1441815ba4ee09d.tar.bz2 |
* 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.
Diffstat (limited to 'ld/testsuite/ld-pe')
-rw-r--r-- | ld/testsuite/ld-pe/orphan.d | 4 | ||||
-rw-r--r-- | ld/testsuite/ld-pe/orphana.s | 2 | ||||
-rw-r--r-- | ld/testsuite/ld-pe/orphanb.s | 2 | ||||
-rw-r--r-- | ld/testsuite/ld-pe/orphand.s | 2 | ||||
-rw-r--r-- | ld/testsuite/ld-pe/orphane.s | 2 |
5 files changed, 6 insertions, 6 deletions
diff --git a/ld/testsuite/ld-pe/orphan.d b/ld/testsuite/ld-pe/orphan.d index 1bace6b..4047a6a 100644 --- a/ld/testsuite/ld-pe/orphan.d +++ b/ld/testsuite/ld-pe/orphan.d @@ -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 diff --git a/ld/testsuite/ld-pe/orphana.s b/ld/testsuite/ld-pe/orphana.s index 0fff05e..6510491 100644 --- a/ld/testsuite/ld-pe/orphana.s +++ b/ld/testsuite/ld-pe/orphana.s @@ -5,4 +5,4 @@ _mainCRTStartup: _start: .section .foo,"b" - .space 4 + .space 16 diff --git a/ld/testsuite/ld-pe/orphanb.s b/ld/testsuite/ld-pe/orphanb.s index 0738616..6f26b94 100644 --- a/ld/testsuite/ld-pe/orphanb.s +++ b/ld/testsuite/ld-pe/orphanb.s @@ -1,2 +1,2 @@ .section .foo - .long 1 + .long 1,1,1,1 diff --git a/ld/testsuite/ld-pe/orphand.s b/ld/testsuite/ld-pe/orphand.s index f0953ee..9b23cb5 100644 --- a/ld/testsuite/ld-pe/orphand.s +++ b/ld/testsuite/ld-pe/orphand.s @@ -1,2 +1,2 @@ .section .foo,"b" - .space 4 + .space 16 diff --git a/ld/testsuite/ld-pe/orphane.s b/ld/testsuite/ld-pe/orphane.s index 3f7e228..aff3e84 100644 --- a/ld/testsuite/ld-pe/orphane.s +++ b/ld/testsuite/ld-pe/orphane.s @@ -1,2 +1,2 @@ .section .foo - .long 4 + .long 4,4,4,4 |