repo.or.cz
/
binutils-gdb.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[PATCH 40/57][Arm][OBJDUMP] Add support for MVE instructions: vdup, veor, vfma, vfms...
[binutils-gdb.git]
/
ld
/
testsuite
/
ld-z8k
/
reloc.ld
blob
69ffc1503280736148a844a2f20f6e94d4add819
1
/* everything in one segment */
2
3
SECTIONS
4
{
5
.text 0x00001000 :
6
{
7
*(.text)
8
*(.strings)
9
*(.rdata)
10
}
11
12
.data 0x00002000 :
13
{
14
*(.data)
15
}
16
17
.bss 0x00003000 :
18
{
19
*(.bss);
20
*(COMMON);
21
}
22
}