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
Update contributors list for update of alpha-vms bfd.
[binutils.git]
/
ld
/
testsuite
/
ld-scripts
/
empty-address-3b.t
blob
4f213af519eae19035cc5d0a0f717a653d0dee72
1
SECTIONS
2
{
3
.text 0x00000000: { *(.text) }
4
.data ALIGN(0x1000) + (. & (0x1000 - 1)):
5
{
6
PROVIDE (__data_start = .);
7
*(.data)
8
}
9
__data_end = .;
10
/DISCARD/ : { *(.*) }
11
}