projects
/
deliverable
/
binutils-gdb.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Handle new v9 insn argument codes, and delete support for obsolete ones.
[deliverable/binutils-gdb.git]
/
ld
/
ldlnk960.sc
1
2
SECTIONS
3
{
4
.text :
5
{
6
*(.text)
7
}
8
_etext = . ;
9
.data SIZEOF(.text) + ADDR(.text):
10
{
11
*(.data)
12
}
13
_edata = .;
14
.bss SIZEOF(.data) + ADDR(.data) :
15
{
16
_bss_start = . ;
17
*(.bss)
18
*(COMMON)
19
}
20
_end = . ;
21
}
This page took
0.030569 seconds
and
4
git commands to generate.