repo.or.cz
/
gwm.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Ignore invalid size increment hints.
[gwm.git]
/
gwm.ld.in
blob
c69b83dd5532007d7294678fb0094823efe8c6d8
1
SECTIONS
2
{
3
. = ALIGN (@SECTION_ALIGN@);
4
init_start = .;
5
.gwminit.text : { *(.gwminit.text ) }
6
.gwminit.rodata : { *(.gwminit.rodata ) }
7
. = ALIGN (@SECTION_ALIGN@);
8
init_end = .;
9
}
10
INSERT AFTER .text;