tic4x: sign extension using shifts
[deliverable/binutils-gdb.git] / gold / testsuite / script_test_5.t
index fe67c4e5f863f4a5d563c37d6895ffefd3e82bba..82fa998757b4801d1c1ae5a621e834bf809ab121 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-2020 Free Software Foundation, Inc.
    Written by Cary Coutant <ccoutant@google.com>.
 
    This file is part of gold.
@@ -37,6 +37,7 @@ SECTIONS
   . = ALIGN(0x100);
   .dynamic : { *(.dynamic) }
   .data : { *(.data) }
+  .got : { *(.got .toc) }
   . += 0x100000;
   . = ALIGN(0x100);
   .bss : { *(.bss) }
This page took 0.033671 seconds and 4 git commands to generate.