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
/
pr21334.ld
blob
5fb94bd91c0d590564a4bc06822299b900c1f7e5
1
SECTIONS
2
{
3
.text : { *(.text) }
4
HIDDEN (_gp = ALIGN (16) + 0x7ff0);
5
.got : { *(.got) }
6
.symtab : { *(.symtab) }
7
.strtab : { *(.strtab) }
8
/DISCARD/ : { *(*) }
9
}