ubsan: aarch64: left shift cannot be represented in type 'int64_t'
[deliverable/binutils-gdb.git] / gold / testsuite / script_test_6.t
index 01a8a171fd582de5a7113baf2397770f2ee3c221..5c1464dfbb617079cb14c06ec3913f8016a13d6e 100644 (file)
@@ -1,6 +1,6 @@
 /* script_test_5.t -- linker script test 5 for gold
 
-   Copyright 2009 Free Software Foundation, Inc.
+   Copyright (C) 2009-2019 Free Software Foundation, Inc.
    Written by Cary Coutant <ccoutant@google.com>.
 
    This file is part of gold.
@@ -38,6 +38,7 @@ SECTIONS
   . = ALIGN(0x100);
   .dynamic : { *(.dynamic) }
   .data : { *(.data) }
+  .got : { *(.got .toc) }
   . += 0x100000;
   . = ALIGN(0x100);
   .bss : { *(.bss) }
This page took 0.025883 seconds and 4 git commands to generate.