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-pru
/
emit-relocs-1.ld
blob
1879ef4cbe7be146cc1ac21101c2b19141dff6cf
1
ENTRY(_start)
2
SECTIONS
3
{
4
. = 0x80000;
5
.text : { *(.text) }
6
7
. = ALIGN (0x400);
8
.merge1 : { *(.merge1) }
9
10
. = ALIGN (0x400);
11
.merge2 : { *(.merge2) }
12
13
. = ALIGN (0x400);
14
.merge3 : { *(.merge3) }
15
16
. = ALIGN (0x400);
17
.data : { *(.data) }
18
19
/DISCARD/ : { *(*) }
20
}