]> Git Repo - binutils.git/blob - ld/testsuite/ld-scripts/expr2.t
Automatic date update in version.in
[binutils.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.022753 seconds and 4 git commands to generate.