X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=gold%2Ftestsuite%2Fscript_test_4.t;h=019c092b284b52442f326fcf62087319e1088568;hb=401e101e0274d401e90e50cd8280a9ff36006477;hp=47ae066ea741f20f061de6136beb42ecb10eed4a;hpb=e6188289b9a48047e47a8d47cd812bbcc75db554;p=deliverable%2Fbinutils-gdb.git diff --git a/gold/testsuite/script_test_4.t b/gold/testsuite/script_test_4.t index 47ae066ea7..019c092b28 100644 --- a/gold/testsuite/script_test_4.t +++ b/gold/testsuite/script_test_4.t @@ -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 . 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) }