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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-old/] [binutils-2.18.50/] [ld/] [testsuite/] [ld-elfweak/] [bar.c] - Diff between revs 38 and 156

Go to most recent revision | Only display areas with differences | Details | Blame | View Log

Rev 38 Rev 156
#include <stdio.h>
#include <stdio.h>
 
 
extern void foo ();
extern void foo ();
extern void foobar ();
extern void foobar ();
 
 
void
void
foo ()
foo ()
{
{
  printf ("strong foo\n");
  printf ("strong foo\n");
}
}
 
 
void
void
foobar ()
foobar ()
{
{
  foo ();
  foo ();
}
}
 
 

powered by: WebSVN 2.1.0

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