repo.or.cz
/
binutils.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
* ld-elf/sec-to-seg.exp: New test: Checks the assignment of
[binutils.git]
/
ld
/
testsuite
/
ld-elf
/
sec-to-seg-script-disjoint-pages.t
blob
25023ccfde3f2657a1d4f3191cb3b967332b27b2
1
SECTIONS
2
{
3
. = 0x1000;
4
.sec1 : { *sec-to-seg1.o(.rodata) }
5
. += CONSTANT(MAXPAGESIZE) * 2;
6
.sec2 : { *sec-to-seg2.o(.rodata) }
7
8
.data : { *(.data) } /* For hppa64. */
9
10
/DISCARD/ : {*(*) }
11
}