diff options
author | Ulrich Drepper <drepper@redhat.com> | 1999-01-21 08:31:59 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1999-01-21 08:31:59 +0000 |
commit | fe60f7648c0e524fced3b0c9aacac98e8fa8aa99 (patch) | |
tree | bbf3957ace4c3b33a732229237e68a164ca389c5 /elf/testobj4.c | |
parent | 82df2969f85d63e08f0c6ea33c0602c29039ec51 (diff) | |
download | glibc-fe60f7648c0e524fced3b0c9aacac98e8fa8aa99.zip glibc-fe60f7648c0e524fced3b0c9aacac98e8fa8aa99.tar.gz glibc-fe60f7648c0e524fced3b0c9aacac98e8fa8aa99.tar.bz2 |
Update.
1999-01-21 Ulrich Drepper <drepper@cygnus.com>
* 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.
Diffstat (limited to 'elf/testobj4.c')
-rw-r--r-- | elf/testobj4.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/elf/testobj4.c b/elf/testobj4.c index d780bef..a354f76 100644 --- a/elf/testobj4.c +++ b/elf/testobj4.c @@ -1,6 +1,8 @@ #include <dlfcn.h> #include <stdlib.h> +extern int foo (int); + int obj4func1 (int a __attribute__ ((unused))) { |