projects
/
deliverable
/
binutils-gdb.git
/ blame
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(incremental) |
history
|
HEAD
PowerPC VLE
[deliverable/binutils-gdb.git]
/
ld
/
testsuite
/
ld-elf
/
pr13839.t
Commit
Line
Data
3d3e6bc3
L
1
SECTIONS {
2
.text : {
3
_text = .;
4
*(.text)
5
}
6
_end = .;
7
/DISCARD/ : { *(.*) }
8
}
9
. = ASSERT((_end - _text <= (512 * 1024 * 1024)), "foo");
This page took
0.216544 seconds
and
4
git commands to generate.