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-scripts
/
provide-2.t
blob
abf6eb324a4af646eabf6ed8aa1c8b686fe4c332
1
SECTIONS
2
{
3
. = SIZEOF_HEADERS;
4
PROVIDE (foo = 1);
5
PROVIDE (bar = 2);
6
PROVIDE (baz = 3);
7
.data 0x2000 :
8
{
9
*(.data)
10
}
11
}