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

Subversion Repositories open8_urisc

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

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

Line No. Rev Author Line
1 159 khays
/* Test global variable initialized to hidden STT_GNU_IFUNC symbol.  */
2
 
3
extern void foo (void);
4
void (*f) (void) = &foo;
5
 
6
extern void bar (void);
7
 
8
void
9
bar (void)
10
{
11
  f ();
12
}

powered by: WebSVN 2.1.0

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