old-cross-binutils/ld/testsuite/ld-elf/data1.h
H.J. Lu 43edfb7fac 2007-05-15 H.J. Lu <hongjiu.lu@intel.com>
PR ld/4504
	* ld-elf/data1.c: New file.
	* ld-elf/data1.h: Likewise.
	* ld-elf/dynbss1.c: Likewise.
	* ld-elf/pass.out: Likewise.

	* ld-elf/shared.exp (build_tests): Add "Build libdata1.so".
	(run_tests): Add "Run with libdata1.so".
2007-05-15 13:57:03 +00:00

9 lines
177 B
C

#define ALIGNMENT1 0x800
#define ALIGNMENT2 0x400
#define ALIGNMENT3 0x200
#define ALIGNMENT4 0x100
extern char a1[1];
extern char a2[2];
extern char a3[3];
extern char a4[4];