OpenCores
URL https://opencores.org/ocsvn/openrisc_2011-10-31/openrisc_2011-10-31/trunk

Subversion Repositories openrisc_2011-10-31

[/] [openrisc/] [trunk/] [gnu-src/] [binutils-2.20.1/] [ld/] [testsuite/] [ld-elfvers/] [vers2.c] - Blame information for rev 540

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

Line No. Rev Author Line
1 205 julius
/*
2
 * Test function.  This is built into a shared library, and references a
3
 * versioned symbol foo that is in test.so.
4
 */
5
#include <stdio.h>
6
 
7
extern int show_foo ();
8
 
9
void
10
show_xyzzy()
11
{
12
  printf("%d", show_foo());
13
}

powered by: WebSVN 2.1.0

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