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

Subversion Repositories openrisc_me

[/] [openrisc/] [trunk/] [gnu-src/] [binutils-2.18.50/] [ld/] [testsuite/] [ld-elfvers/] [vers2.c] - Diff between revs 38 and 156

Only display areas with differences | Details | Blame | View Log

Rev 38 Rev 156
/*
/*
 * Test function.  This is built into a shared library, and references a
 * Test function.  This is built into a shared library, and references a
 * versioned symbol foo that is in test.so.
 * versioned symbol foo that is in test.so.
 */
 */
#include <stdio.h>
#include <stdio.h>
 
 
extern int show_foo ();
extern int show_foo ();
 
 
void
void
show_xyzzy()
show_xyzzy()
{
{
  printf("%d", show_foo());
  printf("%d", show_foo());
}
}
 
 

powered by: WebSVN 2.1.0

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