Strip global symbol defined in discarded section
[deliverable/binutils-gdb.git] / ld / testsuite / ld-elf / data1.h
1 #define ALIGNMENT1 0x800
2 #define ALIGNMENT2 0x400
3 #define ALIGNMENT3 0x200
4 #define ALIGNMENT4 0x100
5
6 extern char a1[1];
7 extern char a2[2];
8 extern char a3[3];
9 extern char a4[4];
This page took 0.029361 seconds and 4 git commands to generate.