DEBSOURCES
Skip Quicknav
sources / binutils-m68hc1x / 1%3A2.35.1-3 / ld / testsuite / ld-scripts / expr2.t
1234567891011
SECTIONS { . = 0xc000; .text : { _text = .; *(.text) } _end = .; } ASSERT (_end - _text <= 0x100, "fail");