[GOLD] Modify script_test_12
authorAlan Modra <amodra@gmail.com>
Tue, 28 Jun 2016 22:30:58 +0000 (08:00 +0930)
committerAlan Modra <amodra@gmail.com>
Tue, 28 Jun 2016 23:07:00 +0000 (08:37 +0930)
Changes necessary to make this test pass on powerpc64.

* script_test_12.t: Delete .plt, specify 64k page size.
* script_test_12i.t: Likewise.

gold/ChangeLog
gold/testsuite/script_test_12.t
gold/testsuite/script_test_12i.t

index 56e52dccbfa5d1ac23846461334db3ba64ed2640..fddfa10070f00ae49d897762bbe35517a8641eaf 100644 (file)
@@ -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
index 4579c58d92ba09d22015810e854504ddd9cb5f51..b34ec532b6db57455d511817fa732e6d89a17351 100644 (file)
@@ -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 = .;
index af19cd6e161cf8bd6c7c372ac144b77f0b2f12a1..0310e74240ab93d319011ef3de3abdf043f405d3 100644 (file)
@@ -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 = .;
This page took 0.028696 seconds and 4 git commands to generate.