From fe60f7648c0e524fced3b0c9aacac98e8fa8aa99 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Thu, 21 Jan 1999 08:31:59 +0000 Subject: Update. 1999-01-21 Ulrich Drepper * elf/Makefile: Change rule to make test module so that they are compiled using -fPIC. * elf/testobj1.c: Add missing prototype. * elf/testobj1_1.c: Likewise. * elf/testobj2.c: Likewise. * elf/testobj3.c: Likewise. * elf/testobj4.c: Likewise. * elf/testobj5.c: Likewise. * elf/testobj6.c: Likewise. --- elf/testobj1.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'elf/testobj1.c') diff --git a/elf/testobj1.c b/elf/testobj1.c index 354e1a7..d5b485f 100644 --- a/elf/testobj1.c +++ b/elf/testobj1.c @@ -1,6 +1,8 @@ #include #include +extern int foo (int); + int obj1func1 (int a __attribute__ ((unused))) { -- cgit v1.1