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
Move 2009 binutils ChangeLog to ChangeLog-2009.
[binutils.git]
/
ld
/
testsuite
/
ld-scripts
/
empty-address-3c.t
blob
6de519881fed7c7a4065503992cf85d7924358b9
1
SECTIONS
2
{
3
.text 0x00000000: { *(.text) }
4
.data ALIGN(0x1000) + (. & (0x1000 - 1)):
5
{
6
__data_start = .;
7
*(.data)
8
}
9
__data_end = .;
10
/DISCARD/ : { *(.*) }
11
}