ubsan: alpha-vms: shift exponent is too large
[deliverable/binutils-gdb.git] / gold / testsuite / script_test_4.t
index 47ae066ea741f20f061de6136beb42ecb10eed4a..019c092b284b52442f326fcf62087319e1088568 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-2019 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) }
This page took 0.023331 seconds and 4 git commands to generate.