repo.or.cz
/
binutils
/
dougsmingw.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fix PE-COFF archiving long name tables
[binutils/dougsmingw.git]
/
ld
/
testsuite
/
ld-scripts
/
provide-3.t
blob
f6229d4bc0c108a88b88f339034201e0e482a68a
1
SECTIONS
2
{
3
.data :
4
{
5
LONG (foo)
6
LONG (bar)
7
*(.data)
8
}
9
foo = .;
10
bar = .;
11
}