Update year range in copyright notice of all files.
[external/binutils.git] / gold / testsuite / script_test_4.t
index 9841773..863d0fb 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-2017 Free Software Foundation, Inc.
    Written by Ian Lance Taylor <iant@google.com>.
 
    This file is part of gold.
@@ -37,6 +37,8 @@ SECTIONS
   . = ALIGN(0x100);
   .dynamic : { *(.dynamic) }
   .data : { *(.data) }
+  .got : { *(.got .toc) }
+  .got.plt : { *(.got.plt) } 
   . += 0x100000;
   . = ALIGN(0x100);
   .bss : { *(.bss) }