repo.or.cz
/
netbsd-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Expand PMF_FN_* macros.
[netbsd-mini2440.git]
/
sys
/
arch
/
hpcmips
/
stand
/
romboot
/
romboot.ldscript
blob
d7197b2c185f774d5b864f88d56cd86a909fedea
1
/* $NetBSD$ */
2
3
OUTPUT_ARCH(mips)
4
ENTRY(_start)
5
SECTIONS
6
{
7
.text :
8
{
9
_ftext = . ;
10
*(.text)
11
_etext = .;
12
}
13
}