OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-old/] [binutils-2.18.50/] [ld/] [testsuite/] [ld-elf/] [dynbss1.c] - Rev 816

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) ;
}
 

Compare with Previous | Blame | View Log

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.