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