Use __asm__ rather than asm in gold testsuite
[deliverable/binutils-gdb.git] / gold / testsuite / script_test_12i.t
index d4ef91c969dc807c8a1f93f21e90f80b7f1a2123..a3760a8a46abf5e52033f4732299daff90bb5c50 100644 (file)
@@ -1,6 +1,6 @@
 /* script_test_12i.t -- linker script test 12 for gold, with interleaved sections
 
-   Copyright (C) 2008-2015 Free Software Foundation, Inc.
+   Copyright (C) 2008-2020 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 = .;
@@ -57,6 +56,7 @@ SECTIONS
     test_array_start = .;
     *(.x1) *(.x2) *(.x3)
     test_array_end = .;
+    *(.x4);
     }
   .bss : { *(.bss) }
 
This page took 0.024105 seconds and 4 git commands to generate.