Properly implement STT_COMMON
[deliverable/binutils-gdb.git] / ld / testsuite / ld-elf / data1.c
CommitLineData
43edfb7f
L
1#include "data1.h"
2
3char a1[1] __attribute__ ((aligned (ALIGNMENT1))) = { 10 };
4char a2[2] __attribute__ ((aligned (ALIGNMENT2)));
5char a3[3] __attribute__ ((aligned (ALIGNMENT3)));
6char a4[4] __attribute__ ((aligned (ALIGNMENT4)));
This page took 0.360368 seconds and 4 git commands to generate.