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-2b.t
blob
dcf264f4a28f1136499f165355b3553c0aa9c84f
1
SECTIONS
2
{
3
.text 0x0000000: { *(.text) }
4
.data :
5
{
6
PROVIDE (__data_start = .);
7
*(.data)
8
}
9
__data_end = .;
10
/DISCARD/ : { *(.*) }
11
}