Fix typo fsqrt -> sqrtf.
[deliverable/binutils-gdb.git] / ld / testsuite / ld-scripts / assert.t
CommitLineData
b6ca8815
NS
1SECTIONS
2{
8545d1a9 3 .empty : {
e0e1a5e8
NS
4 here = . == ADDR(.empty);
5 ASSERT (. == ADDR(.empty), "dot is not ADDR");
8545d1a9
NS
6 ASSERT (here, "here is zero");
7 }
b6ca8815 8 ASSERT (!SIZEOF(.empty), "Empty is not empty")
d431cc14 9 /DISCARD/ : { *(.reginfo) }
b6ca8815 10}
This page took 0.520464 seconds and 4 git commands to generate.