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