gdbserver: make aarch64_write_goto_address static
[deliverable/binutils-gdb.git] / gold / testsuite / script_test_3.t
index 9c75194c49e05a9b6d0e55c429f4873f3bcae695..ee6fb08530460063f0c5db1a6f2b8cdb6cf1ac32 100644 (file)
@@ -1,6 +1,6 @@
 /* script_test_3.t -- linker script test 3 for gold
 
-   Copyright 2008, 2010 Free Software Foundation, Inc.
+   Copyright (C) 2008-2020 Free Software Foundation, Inc.
    Written by Ian Lance Taylor <iant@google.com>.
 
    This file is part of gold.
@@ -36,6 +36,7 @@ SECTIONS
   .dynamic : { *(.dynamic) } :data :dynamic
   .data : { *(.data) } :data
   .got : { *(.got .toc) }
+  .got.plt : { *(.got.plt) } 
   .tdata : { *(.tdata*) } :data :tls
   .tbss : { *(.tbss*) } :data :tls
   . += 0x100000;
This page took 0.034436 seconds and 4 git commands to generate.