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-mmix
/
pr12815-1.ld
blob
1658cd31b82db4e5095b6f255a2e69a9ddc9f879
1
OUTPUT_FORMAT("binary")
2
ENTRY(start)
3
SECTIONS
4
{
5
. = 0x8000000000100000;
6
.text : AT(ADDR(.text) - 0x8000000000100000)
7
{
8
*(.text)
9
*(.data)
10
*(.rodata*)
11
*(COMMON*)
12
*(.bss*)
13
}
14
}