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-vax-elf
/
plt-local-lib.ld
blob
4a0b44c56c08dfd0d90d650a3d897c0d0f4cb76a
1
SECTIONS
2
{
3
. = 0;
4
.hash : { *(.hash) }
5
.dynsym : { *(.dynsym) }
6
.dynstr : { *(.dynstr) }
7
.rela.plt : { *(.rela.plt) }
8
9
. = 0x1000;
10
.plt : { *(.plt) }
11
12
. = 0x2000;
13
.text : { *(.text) }
14
15
. = 0x3000;
16
.dynamic : { *(.dynamic) }
17
.got : { *(.got.plt) }
18
}