mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-03 04:12:10 +08:00
[GOLD] Modify script_test_12
Changes necessary to make this test pass on powerpc64. * script_test_12.t: Delete .plt, specify 64k page size. * script_test_12i.t: Likewise.
This commit is contained in:
parent
1275dd7247
commit
bebf013204
@ -1,3 +1,8 @@
|
||||
2016-06-29 Alan Modra <amodra@gmail.com>
|
||||
|
||||
* script_test_12.t: Delete .plt, specify 64k page size.
|
||||
* script_test_12i.t: Likewise.
|
||||
|
||||
2016-06-29 Alan Modra <amodra@gmail.com>
|
||||
|
||||
* testsuite/plugin_layout_with_alignment.c: Explicitly align all
|
||||
|
@ -33,14 +33,13 @@ SECTIONS
|
||||
.rel.plt : { *(.rel.plt) }
|
||||
.rela.plt : { *(.rela.plt) }
|
||||
.init : { *(.init) }
|
||||
.plt : { *(.plt) }
|
||||
.text : { *(.text) }
|
||||
.fini : { *(.fini) }
|
||||
.rodata : { *(.rodata .rodata.*) }
|
||||
.eh_frame_hdr : { *(.eh_frame_hdr) }
|
||||
.eh_frame : { *(.eh_frame) }
|
||||
|
||||
. = DATA_SEGMENT_ALIGN(0x1000, 0x1000);
|
||||
. = DATA_SEGMENT_ALIGN(0x10000, 0x10000);
|
||||
|
||||
.init_array : {
|
||||
__init_array_start = .;
|
||||
|
@ -33,14 +33,13 @@ SECTIONS
|
||||
.rel.plt : { *(.rel.plt) }
|
||||
.rela.plt : { *(.rela.plt) }
|
||||
.init : { *(.init) }
|
||||
.plt : { *(.plt) }
|
||||
.text : { *(.text) }
|
||||
.fini : { *(.fini) }
|
||||
.rodata : { *(.rodata .rodata.*) }
|
||||
.eh_frame_hdr : { *(.eh_frame_hdr) }
|
||||
.eh_frame : { *(.eh_frame) }
|
||||
|
||||
. = DATA_SEGMENT_ALIGN(0x1000, 0x1000);
|
||||
. = DATA_SEGMENT_ALIGN(0x10000, 0x10000);
|
||||
|
||||
.init_array : {
|
||||
__init_array_start = .;
|
||||
|
Loading…
Reference in New Issue
Block a user