]> Git Repo - binutils.git/blob - ld/testsuite/ld-scripts/assert.t
Automatic date update in version.in
[binutils.git] / ld / testsuite / ld-scripts / assert.t
1 SECTIONS
2 {
3   .empty : {
4   here = . == ADDR(.empty);
5   ASSERT (. == ADDR(.empty), "dot is not ADDR");
6   ASSERT (here, "here is zero");
7   }
8   ASSERT (!SIZEOF(.empty), "Empty is not empty")
9   /DISCARD/ : { *(.reginfo) }
10 }
This page took 0.024545 seconds and 4 git commands to generate.