Ignore undefined symbols for -mtls-dialect=gnu2
[glibc.git] / elf / tst-dl_find_object-mod1.c
blobd33ef56efddc1c2b176bceaa33eb4c4ce74a2617
1 char mod1_data;
3 void
4 mod1_function (void (*f) (void))
6 /* Make sure this is not a tail call and unwind information is
7 therefore needed. */
8 f ();
9 f ();