mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-29 11:41:21 +03:00
Update.
* 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.
This commit is contained in:
6
elf/failobj.c
Normal file
6
elf/failobj.c
Normal file
@ -0,0 +1,6 @@
|
||||
/* This function is supposed to not exist. */
|
||||
int
|
||||
foo (int a)
|
||||
{
|
||||
return xyzzy (a);
|
||||
}
|
Reference in New Issue
Block a user