URL
https://opencores.org/ocsvn/open8_urisc/open8_urisc/trunk
Subversion Repositories open8_urisc
[/] [open8_urisc/] [trunk/] [gnu/] [binutils/] [ld/] [testsuite/] [ld-elf/] [dynbss1.c] - Rev 76
Go to most recent revision | Compare with Previous | Blame | View Log
#include <stdio.h> #include <stdlib.h> #include "data1.h" int main (void) { if ((((long) (&a1)) & (ALIGNMENT1 - 1))) abort (); if ((((long) (&a2)) & (ALIGNMENT2 - 1))) abort (); if ((((long) (&a2)) & (ALIGNMENT3 - 1))) abort (); if ((((long) (&a3)) & (ALIGNMENT4 - 1))) abort (); printf ("PASS\n"); return(0) ; }
Go to most recent revision | Compare with Previous | Blame | View Log