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
* dw2gencfi.c (DWARF2_FDE_RELOC_SIZE): New.
[binutils.git]
/
ld
/
testsuite
/
ld-elf
/
seg.t
blob
2f86acf18ff31a531c40ef3fef7cc9a57f988068
1
2
SECTIONS
3
{
4
reset - 4 :
5
{
6
*(reset)
7
}
8
boot - 0x1000 :
9
{
10
*(boot)
11
} = 0xffff
12
. = + SIZEOF_HEADERS;
13
.text : { *(.text) }
14
.data : { *(.data) }
15
.bss : { *(.bss) }
16
}