aboutsummaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-elf/data1.c
blob: c205f822bccd301caae2616361897bdc4cb7aef1 (plain) (blame)
1
2
3
4
5
6
#include "data1.h"

char a1[1] __attribute__ ((aligned (ALIGNMENT1))) = { 10 };
char a2[2] __attribute__ ((aligned (ALIGNMENT2)));
char a3[3] __attribute__ ((aligned (ALIGNMENT3)));
char a4[4] __attribute__ ((aligned (ALIGNMENT4)));