From: Joseph Myers Date: Fri, 18 May 2007 19:04:51 +0000 (+0000) Subject: * ld-elf/group.ld: Discard .reginfo. X-Git-Tag: binutils-2_18-branchpoint~685 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d5da93a2e184807e3eb57b0dab3c1016ad1a805f;p=thirdparty%2Fbinutils-gdb.git * ld-elf/group.ld: Discard .reginfo. --- diff --git a/ld/testsuite/ChangeLog b/ld/testsuite/ChangeLog index d3b7727a413..234ce37d788 100644 --- a/ld/testsuite/ChangeLog +++ b/ld/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2007-05-18 Joseph Myers + + * ld-elf/group.ld: Discard .reginfo. + 2007-05-18 Paul Brook * ld-arm/arm-call.d: Update expected output. diff --git a/ld/testsuite/ld-elf/group.ld b/ld/testsuite/ld-elf/group.ld index 71852745b64..58d78dab942 100644 --- a/ld/testsuite/ld-elf/group.ld +++ b/ld/testsuite/ld-elf/group.ld @@ -2,4 +2,5 @@ SECTIONS { . = 0x1000; .text : { *(.text) *(.rodata.brlt) } + /DISCARD/ : { *(.reginfo) } }