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-undefined/] [undefined.c] - Diff between revs 38 and 156

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

Rev 38 Rev 156
/* This file is used to test the linker's reporting of undefined
/* This file is used to test the linker's reporting of undefined
   symbols.  */
   symbols.  */
 
 
extern int this_function_is_not_defined ();
extern int this_function_is_not_defined ();
 
 
int
int
function ()
function ()
{
{
  return this_function_is_not_defined ();
  return this_function_is_not_defined ();
}
}
 
 

powered by: WebSVN 2.1.0

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