URL
https://opencores.org/ocsvn/openrisc_me/openrisc_me/trunk
Subversion Repositories openrisc_me
[/] [openrisc/] [trunk/] [gnu-src/] [binutils-2.20.1/] [ld/] [testsuite/] [ld-elf/] [data1.c] - Rev 438
Go to most recent revision | Compare with Previous | Blame | View Log
#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)));
Go to most recent revision | Compare with Previous | Blame | View Log