X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=gold%2Ftestsuite%2Fscript_test_2.t;h=1746e868924828d801e7ddfb87fa3e9dafa844a2;hb=ebe84f23d2f3c0cb145cc7b3acfb011a4c7df1c9;hp=0baa42817ce0862b463d56c7b8c9e3b4dc638ab9;hpb=6f2750feaf2827ef8a1a0a5b2f90c1e9a6cabbd1;p=deliverable%2Fbinutils-gdb.git diff --git a/gold/testsuite/script_test_2.t b/gold/testsuite/script_test_2.t index 0baa42817c..1746e86892 100644 --- a/gold/testsuite/script_test_2.t +++ b/gold/testsuite/script_test_2.t @@ -1,6 +1,6 @@ /* script_test_2.t -- linker script test 2 for gold - Copyright (C) 2008-2016 Free Software Foundation, Inc. + Copyright (C) 2008-2020 Free Software Foundation, Inc. Written by Ian Lance Taylor . This file is part of gold. @@ -33,6 +33,7 @@ SECTIONS . = ALIGN(0x100); .data : { *(.data) } .got : { *(.got .toc) } + .got.plt : { *(.got.plt) } .bss : { *(.bss) } /* Now the real test. */