URL
https://opencores.org/ocsvn/open8_urisc/open8_urisc/trunk
Subversion Repositories open8_urisc
[/] [open8_urisc/] [trunk/] [gnu/] [binutils/] [gold/] [testsuite/] [ifuncvar3.c] - Rev 269
Go to most recent revision | Compare with Previous | Blame | View Log
/* Test global variable initialized to hidden STT_GNU_IFUNC symbol. */ #include <assert.h> extern void bar (void); extern int didit; int main (void) { bar (); assert (didit == 1); return 0; }
Go to most recent revision | Compare with Previous | Blame | View Log