projects
/
platform
/
upstream
/
binutils.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Initial revision
[platform/upstream/binutils.git]
/
ld
/
ld-gld68k-r.script
1
2
SEARCH_DIR(/lib)
3
SEARCH_DIR(/usr/lib)
4
SEARCH_DIR(/usr/local/lib)
5
SECTIONS
6
{
7
.text 0:
8
{
9
CREATE_OBJECT_SYMBOLS
10
*(.text)
11
}
12
.data SIZEOF(.text) + ADDR(.text) :
13
{
14
*(.data)
15
}
16
.bss SIZEOF(.data) + ADDR(.data) :
17
{
18
*(.bss)
19
[COMMON]
20
}
21
}
22