repo.or.cz
/
binutils-gdb.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Automatic date update in version.in
[binutils-gdb.git]
/
ld
/
testsuite
/
ld-elf
/
pr14052.t
blob
ebc40f124efac09e17a828a9292da3414c8b8a65
1
SECTIONS {
2
. = SIZEOF_HEADERS;
3
.text : {
4
*(.text)
5
}
6
. = ALIGN (0x1000);
7
.data : {
8
_data_start = .;
9
*(.data)
10
}
11
/DISCARD/ : { *(*) }
12
}