* sysdeps/mips/bits/setjmp.h: Store all N32 and N64 registers, including pc, gp,...
[jlayton/glibc.git] / elf / neededobj2.c
1 extern void b_function (void);
2 extern void c_function (void);
3
4 void
5 b_function (void)
6 {
7   c_function();
8 }