aboutsummaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-elf/pr13839.t
blob: 59997198ae578d50eb2ec47930958649c0dacbfa (plain)
1
2
3
4
5
6
7
8
9
SECTIONS {
	.text : {
		_text = .;
		*(.text)
	}
	_end = .;
	/DISCARD/ : { *(*) }
}
. = ASSERT((_end - _text <= (512 * 1024 * 1024)), "foo");