From: Alan Modra Date: Tue, 28 Jun 2016 22:30:58 +0000 (+0930) Subject: [GOLD] Modify script_test_12 X-Git-Tag: binutils-2_27~55 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=bebf013204dd89601ecdaaeb1c5fcb3e8ac83b7d;p=external%2Fbinutils.git [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. --- diff --git a/gold/ChangeLog b/gold/ChangeLog index 56e52dc..fddfa10 100644 --- a/gold/ChangeLog +++ b/gold/ChangeLog @@ -1,5 +1,10 @@ 2016-06-29 Alan Modra + * script_test_12.t: Delete .plt, specify 64k page size. + * script_test_12i.t: Likewise. + +2016-06-29 Alan Modra + * testsuite/plugin_layout_with_alignment.c: Explicitly align all variables. diff --git a/gold/testsuite/script_test_12.t b/gold/testsuite/script_test_12.t index 4579c58..b34ec53 100644 --- a/gold/testsuite/script_test_12.t +++ b/gold/testsuite/script_test_12.t @@ -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 = .; diff --git a/gold/testsuite/script_test_12i.t b/gold/testsuite/script_test_12i.t index af19cd6..0310e74 100644 --- a/gold/testsuite/script_test_12i.t +++ b/gold/testsuite/script_test_12i.t @@ -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 = .;