Use __asm__ rather than asm in gold testsuite
[deliverable/binutils-gdb.git] / gold / testsuite / script_test_4.t
index f5569c5e2d797d7f4c6e793bf1a885c0a655d545..140d3134a0ceb55ba150cb380f3e3c94504fdf6e 100644 (file)
@@ -1,6 +1,6 @@
 /* script_test_4.t -- linker script test 4 for gold
 
-   Copyright 2008 Free Software Foundation, Inc.
+   Copyright (C) 2008-2020 Free Software Foundation, Inc.
    Written by Ian Lance Taylor <iant@google.com>.
 
    This file is part of gold.
@@ -38,6 +38,7 @@ SECTIONS
   .dynamic : { *(.dynamic) }
   .data : { *(.data) }
   .got : { *(.got .toc) }
+  .got.plt : { *(.got.plt) } 
   . += 0x100000;
   . = ALIGN(0x100);
   .bss : { *(.bss) }
This page took 0.023879 seconds and 4 git commands to generate.