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
Re-add support for lbarx, lharx, stbcx. and sthcx. insns back to the E6500 cpu.
[binutils-gdb.git]
/
ld
/
testsuite
/
ld-scripts
/
provide-5.t
blob
eda741e05c8f35385633868eda25e6ecf296a075
1
SECTIONS
2
{
3
foo = 0x10;
4
PROVIDE (foo = bar);
5
6
.data 0x1000 :
7
{
8
*(.data)
9
}
10
}