1e26231274
* elf/Makefile (tests): Add loadfail. Add rules to build failobj.so. * elf/loadfail.c: New file. Test of failing to load object with RTLD_GLOBAL set. * elf/failobj.c: New file. Object which will fail to load.
7 lines
87 B
C
7 lines
87 B
C
/* This function is supposed to not exist. */
|
|
int
|
|
foo (int a)
|
|
{
|
|
return xyzzy (a);
|
|
}
|