]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gold/testsuite/relro_script_test.t
Update year range in copyright notice of binutils files
[thirdparty/binutils-gdb.git] / gold / testsuite / relro_script_test.t
index cacb84d7d21734dddf2354a2e8c4c1c5dc72d699..df13bbec0a640c255fdb4168a72b1223755da3f3 100644 (file)
@@ -1,6 +1,6 @@
 /* relro_test.t -- relro script test for gold
 
-   Copyright 2008 Free Software Foundation, Inc.
+   Copyright (C) 2008-2022 Free Software Foundation, Inc.
    Written by Ian Lance Taylor <iant@google.com>.
 
    This file is part of gold.
@@ -46,6 +46,8 @@ SECTIONS
 
   . = DATA_SEGMENT_RELRO_END(0, .);
 
+  .got.plt : { *(.got.plt) }
+
   .data : { *(.data .data.* .gnu.linkonce.d.*) }
 
   . = DATA_SEGMENT_END (.);