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
2011-09-09 Kai Tietz <ktietz@redhat.com>
[binutils.git]
/
ld
/
testsuite
/
ld-scripts
/
sizeof.t
blob
6244a37b7ac2e1ca34973052b1a47f1c4601694c
1
SECTIONS {
2
.text :
3
{
4
text_start = .;
5
tmpdir/sizeof.o
6
text_end = .;
7
}
8
.data :
9
{
10
data_start = .;
11
. = . + SIZEOF(.text);
12
data_end = .;
13
}
14
}
15
16
sizeof_text = SIZEOF(.text);
17
sizeof_data = SIZEOF(.data);