This commit was manufactured by cvs2svn to create branch 'binutils-
[external/binutils.git] / ld / testsuite / ld-elf / pr13839.t
1 SECTIONS {
2         .text : {
3                 _text = .;
4                 *(.text)
5         }
6         _end = .;
7         /DISCARD/ : { *(.*) }
8 }
9 . = ASSERT((_end - _text <= (512 * 1024 * 1024)), "foo");