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
2011-09-09 Kai Tietz <ktietz@redhat.com>
[binutils.git]
/
ld
/
testsuite
/
ld-scripts
/
default-script.t
blob
fc70187cd40438e43e4b86185ea376a264c492c4
1
_START = DEFINED(_START) ? _START : 0x9000000;
2
SECTIONS
3
{
4
. = _START;
5
.text : {*(.text)}
6
/DISCARD/ : {*(*)}
7
}