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
Updated Malay translation for the bfd sub-directory
[binutils-gdb.git]
/
ld
/
testsuite
/
ld-scripts
/
default-script.t
blob
c800e921b0a5251a1a1984a344732e7c809172cb
1
_START = DEFINED(_START) ? _START : 0x900;
2
SECTIONS
3
{
4
. = _START;
5
.text : {*(.text .pr)}
6
.data : {*(.data)}
7
.bss : {*(.bss)}
8
/DISCARD/ : {*(*)}
9
}