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

Subversion Repositories open8_urisc

[/] [open8_urisc/] [trunk/] [gnu/] [binutils/] [gold/] [testsuite/] [ifuncmain2.c] - Blame information for rev 27

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 27 khays
/* Test calling one STT_GNU_IFUNC function with 3 different
2
   STT_GNU_IFUNC definitions.  */
3
 
4
#include <stdlib.h>
5
 
6
extern int foo1 (void);
7
 
8
int
9
main (void)
10
{
11
  if (foo1 () != -1)
12
    abort ();
13
  return 0;
14
}

powered by: WebSVN 2.1.0

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