Allow mmix-knuth-mmixware adjustments to objcopy --extract-symbols test.
[deliverable/binutils-gdb.git] / ld / testsuite / ld-scripts / expr2.t
CommitLineData
abd4c01a
L
1SECTIONS
2{
3 . = 0xc000;
4 .text :
5 {
6 _text = .;
7 *(.text)
8 }
9 _end = .;
10}
11ASSERT (_end - _text <= 0x100, "fail");
This page took 0.214778 seconds and 4 git commands to generate.