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

Subversion Repositories openrisc

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

Go to most recent revision | Compare with Previous | Blame | View Log

#include <stdio.h>
 
int foo;
 
extern void xxx (void);
 
void
bar (int x)
{
  if (foo == 1)
    printf ("OK1\n");
  else if (foo == 0)
    printf ("OK2\n");
  foo = -1;
  xxx ();
}
 

Go to most recent revision | 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.