]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gold/testsuite/script_test_4.t
Update year range in copyright notice of binutils files
[thirdparty/binutils-gdb.git] / gold / testsuite / script_test_4.t
index 47ae066ea741f20f061de6136beb42ecb10eed4a..6e69559e6788bdedb7c323ab5c08d65eea4317b3 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-2021 Free Software Foundation, Inc.
    Written by Ian Lance Taylor <iant@google.com>.
 
    This file is part of gold.
@@ -30,10 +30,15 @@ SECTIONS
   /* With luck this will be enough to get the program working.  */
   .interp : { *(.interp) }
   .text : { *(.text) }
+  /* Required by the ARM target. */
+  .ARM.extab : { *(.ARM.extab*) }
+  .ARM.exidx : { *(.ARM.exidx*) }
   . += 0x100000;
   . = ALIGN(0x100);
   .dynamic : { *(.dynamic) }
   .data : { *(.data) }
+  .got : { *(.got .toc) }
+  .got.plt : { *(.got.plt) } 
   . += 0x100000;
   . = ALIGN(0x100);
   .bss : { *(.bss) }