2007-06-29 H.J. Lu <hjl@gnu.org>
* ld-scripts/assert.t: Discard .reginfo sections.
This commit is contained in:
parent
cd6a2ed0be
commit
d431cc14f3
|
@ -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>
|
2007-06-26 Joseph Myers <joseph@codesourcery.com>
|
||||||
|
|
||||||
* ld-arm/attr-merge.s, ld-arm/attr-merge.attr: New.
|
* ld-arm/attr-merge.s, ld-arm/attr-merge.attr: New.
|
||||||
|
|
|
@ -6,4 +6,5 @@ SECTIONS
|
||||||
ASSERT (here, "here is zero");
|
ASSERT (here, "here is zero");
|
||||||
}
|
}
|
||||||
ASSERT (!SIZEOF(.empty), "Empty is not empty")
|
ASSERT (!SIZEOF(.empty), "Empty is not empty")
|
||||||
|
/DISCARD/ : { *(.reginfo) }
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue