2004-02-18 16:37:21 +00:00
|
|
|
SECTIONS
|
|
|
|
{
|
2007-05-24 09:24:09 +00:00
|
|
|
.empty : {
|
2007-07-13 09:09:25 +00:00
|
|
|
here = . == ADDR(.empty);
|
|
|
|
ASSERT (. == ADDR(.empty), "dot is not ADDR");
|
2007-05-24 09:24:09 +00:00
|
|
|
ASSERT (here, "here is zero");
|
|
|
|
}
|
2004-02-18 16:37:21 +00:00
|
|
|
ASSERT (!SIZEOF(.empty), "Empty is not empty")
|
2007-06-26 16:41:04 +00:00
|
|
|
/DISCARD/ : { *(.reginfo) }
|
2004-02-18 16:37:21 +00:00
|
|
|
}
|