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-mips-elf
/
pic-and-nonpic-1.ld
blob
d1a9c50acfcf71cfd5e2f355da4795c7a41c9893
1
SECTIONS
2
{
3
. = 0x40000;
4
.reginfo : { *(.reginfo) }
5
.pdr : { *(.pdr) }
6
. = 0x41000;
7
.text : { *(.text) }
8
HIDDEN (_gp = 0x68000);
9
}