Fix typo fsqrt -> sqrtf.
[deliverable/binutils-gdb.git] / ld / testsuite / ld-scripts / expr2.t
1 SECTIONS
2 {
3 . = 0xc000;
4 .text :
5 {
6 _text = .;
7 *(.text)
8 }
9 _end = .;
10 }
11 ASSERT (_end - _text <= 0x100, "fail");
This page took 0.048681 seconds and 4 git commands to generate.