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-shared/] [sh2.c] - Blame information for rev 156

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 38 julius
/* This is part of the shared library ld test.  This file becomes part
2
   of a shared library.  */
3
 
4
/* This variable is defined here, and referenced by another file in
5
   the shared library.  */
6
int shlibvar2 = 4;
7
 
8
/* This function is called by another file in the shared library.  */
9
 
10
int
11
shlib_shlibcalled ()
12
{
13
  return 5;
14
}
15
 
16
#ifndef XCOFF_TEST
17
int
18
shlib_overriddencall2 ()
19
{
20
  return 7;
21
}
22
#endif

powered by: WebSVN 2.1.0

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