repo.or.cz
/
binutils.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
* dw2gencfi.c (DWARF2_FDE_RELOC_SIZE): New.
[binutils.git]
/
ld
/
testsuite
/
ld-elf
/
data1.c
blob
c205f822bccd301caae2616361897bdc4cb7aef1
1
#include
"data1.h"
2
3
char
a1
[
1
]
__attribute__
((
aligned
(
ALIGNMENT1
))) = {
10
};
4
char
a2
[
2
]
__attribute__
((
aligned
(
ALIGNMENT2
)));
5
char
a3
[
3
]
__attribute__
((
aligned
(
ALIGNMENT3
)));
6
char
a4
[
4
]
__attribute__
((
aligned
(
ALIGNMENT4
)));