summaryrefslogtreecommitdiff
path: root/ld
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2007-05-18 19:04:51 +0000
committerJoseph Myers <joseph@codesourcery.com>2007-05-18 19:04:51 +0000
commitae99aa82ab5090ac0604abab55a3eef3798a8354 (patch)
tree76e6ea479373db162fc1637d02899957cc2ceb10 /ld
parentd663c0dd2127da29532e835d6b815cbb99ccee69 (diff)
downloadbinutils-redhat-ae99aa82ab5090ac0604abab55a3eef3798a8354.tar.gz
* ld-elf/group.ld: Discard .reginfo.
Diffstat (limited to 'ld')
-rw-r--r--ld/testsuite/ChangeLog4
-rw-r--r--ld/testsuite/ld-elf/group.ld1
2 files changed, 5 insertions, 0 deletions
diff --git a/ld/testsuite/ChangeLog b/ld/testsuite/ChangeLog
index d3b7727a41..234ce37d78 100644
--- a/ld/testsuite/ChangeLog
+++ b/ld/testsuite/ChangeLog
@@ -1,3 +1,7 @@
+2007-05-18 Joseph Myers <joseph@codesourcery.com>
+
+ * ld-elf/group.ld: Discard .reginfo.
+
2007-05-18 Paul Brook <paul@codesourcery.com>
* 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 71852745b6..58d78dab94 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) }
}