OSDN Git Service

2007-06-29 H.J. Lu <hjl@gnu.org>
authorH.J. Lu <hjl@lucon.org>
Tue, 26 Jun 2007 16:41:04 +0000 (16:41 +0000)
committerH.J. Lu <hjl@lucon.org>
Tue, 26 Jun 2007 16:41:04 +0000 (16:41 +0000)
* ld-scripts/assert.t: Discard .reginfo sections.

ld/testsuite/ChangeLog
ld/testsuite/ld-scripts/assert.t

index 42f00b0..c5f72e6 100644 (file)
@@ -1,3 +1,7 @@
+2007-06-29  H.J. Lu <hjl@gnu.org>
+
+       * ld-scripts/assert.t: Discard .reginfo sections.
+
 2007-06-26  Joseph Myers  <joseph@codesourcery.com>
 
        * ld-arm/attr-merge.s, ld-arm/attr-merge.attr: New.
index c3caebd..809ff4c 100644 (file)
@@ -6,4 +6,5 @@ SECTIONS
   ASSERT (here, "here is zero");
   }
   ASSERT (!SIZEOF(.empty), "Empty is not empty")
+  /DISCARD/ : { *(.reginfo) }
 }