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
fix Windows build
[binutils-gdb.git]
/
ld
/
testsuite
/
ld-scripts
/
empty-address-2a.t
blob
bc531158eb34a9c01240a1e2bac5809317c6cf51
1
SECTIONS
2
{
3
.text : { *(.text .pr) }
4
.data : { *(.data) }
5
__data_end = .;
6
.bss : { *(.bss) }
7
/DISCARD/ : { *(*) }
8
}