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
Delete asection.symbol_ptr_ptr
[binutils-gdb.git]
/
ld
/
testsuite
/
ld-scripts
/
provide-3.t
blob
753d76d7be7a5ff41bf346e9a0075d97011704f0
1
SECTIONS
2
{
3
.data :
4
{
5
LONG (foo)
6
LONG (bar)
7
*(.data .rw)
8
}
9
foo = .;
10
bar = .;
11
}