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 51/57][Arm][OBJDUMP] Add support for MVE instructions: lctp, letp, wlstp and...
[binutils-gdb.git]
/
ld
/
testsuite
/
ld-scripts
/
provide-6.t
blob
6b5d11c04bd3b76ab9df48cda5068a83a879aa0b
1
SECTIONS
2
{
3
.data 0x1000 :
4
{
5
*(.data)
6
}
7
8
foo = ADDR (.data);
9
foo_2 = foo;
10
PROVIDE (foo = 0x20);
11
}