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-elf
/
flags1.ld
blob
c003ce72c19dba6e3ad0667b015170b5c6749efc
1
SECTIONS
2
{
3
. = SIZEOF_HEADERS;
4
.text :
5
{
6
*(.text)
7
} =0
8
.post_text_reserve :
9
{
10
. += 0x160;
11
}
12
/DISCARD/ : { *(.*) }
13
}