Don't write to inferior_ptid in nto-procfs.c
[deliverable/binutils-gdb.git] / gold / testsuite / script_test_2.t
index 0baa42817ce0862b463d56c7b8c9e3b4dc638ab9..1746e868924828d801e7ddfb87fa3e9dafa844a2 100644 (file)
@@ -1,6 +1,6 @@
 /* script_test_2.t -- linker script test 2 for gold
 
-   Copyright (C) 2008-2016 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.
@@ -33,6 +33,7 @@ SECTIONS
   . = ALIGN(0x100);
   .data : { *(.data) }
   .got : { *(.got .toc) }
+  .got.plt : { *(.got.plt) }
   .bss : { *(.bss) }
 
   /* Now the real test.  */
This page took 0.023662 seconds and 4 git commands to generate.