repo.or.cz
/
binutils
/
dougsmingw.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
gas:
[binutils/dougsmingw.git]
/
ld
/
testsuite
/
ld-pe
/
image_size.t
blob
f646eca59218ba0b675cbf496f7e638cd2759fb3
1
SECTIONS
2
{
3
. = SIZEOF_HEADERS;
4
. = ALIGN(__section_alignment__);
5
.text __image_base__ + ( __section_alignment__ < 0x1000 ? . : __section_alignment__ ) :
6
{
7
*(.text)
8
}
9
. = . + 0x1000;
10
.data BLOCK(__section_alignment__) :
11
{
12
*(.data)
13
}
14
/DISCARD/ : { *(.*) }
15
}