Remove alloca(0) calls
[deliverable/binutils-gdb.git] / gold / testsuite / script_test_12.t
index 4579c58d92ba09d22015810e854504ddd9cb5f51..cf69276b8ce4fad5081ffacc56da1ba5b58448f7 100644 (file)
@@ -1,6 +1,6 @@
 /* script_test_12.t -- linker script test 12 for gold
 
-   Copyright (C) 2008-2016 Free Software Foundation, Inc.
+   Copyright (C) 2008-2019 Free Software Foundation, Inc.
    Written by Cary Coutant <ccoutant@gmail.com>.
 
    This file is part of gold.
@@ -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.023756 seconds and 4 git commands to generate.