Add sysdeps/ieee754/soft-fp.
[glibc.git] / elf / testobj6.c
blob84da4c9e22cc422bb6916f003ef00b414cbf9216
1 #include <stdio.h>
3 #include "testobj.h"
5 int
6 obj6func1 (int a __attribute__ ((unused)))
8 return 77;
11 int
12 obj6func2 (int a)
14 return foo (a) + 46;
17 int
18 preload (int a)
20 printf ("testobj6 preload\n");
21 return a;