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
/
alignof.t
blob
12411121f167871ec5d6274f3dba6e5fe622d295
1
SECTIONS {
2
.text :
3
{
4
tmpdir/alignof.o (.text)
5
}
6
.data :
7
{
8
tmpdir/alignof.o (.data)
9
LONG (ALIGNOF(.text))
10
LONG (ALIGNOF(.data))
11
}
12
}
13
14
alignof_text = ALIGNOF(.text);
15
alignof_data = ALIGNOF(.data);