]> git.ipfire.org Git - thirdparty/glibc.git/blame - elf/tst-dl_find_object-mod4.c
install.texi: Build was tested with binutils 2.41 (just released)
[thirdparty/glibc.git] / elf / tst-dl_find_object-mod4.c
CommitLineData
5d28a896
FW
1char mod4_data;
2
3void
4mod4_function (void (*f) (void))
5{
6 /* Make sure this is not a tail call and unwind information is
7 therefore needed. */
8 f ();
9 f ();
10}