diff options
author | Ian Lance Taylor <ian@airs.com> | 1999-07-22 00:40:34 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1999-07-22 00:40:34 +0000 |
commit | 0cd9f5f03ba1fc0a5ce4a87fd9a1ed821eaa81c1 (patch) | |
tree | c451c97e8a8b6fa2dc3f84add0abe78ad5d10df4 /ld/testsuite/ld-shared | |
parent | 75987f837d86a482443aab3c68a8b84afc600ce5 (diff) | |
download | ppe42-binutils-0cd9f5f03ba1fc0a5ce4a87fd9a1ed821eaa81c1.tar.gz ppe42-binutils-0cd9f5f03ba1fc0a5ce4a87fd9a1ed821eaa81c1.zip |
1999-07-21 H.J. Lu <hjl@gnu.org>
* ld-elfvers/vers1.c: Add missing prototypes and include
<stdio.h> if necessary.
* ld-elfvers/vers15.c: Likewise.
* ld-elfvers/vers19.c: Likewise.
* ld-elfvers/vers2.c: Likewise.
* ld-elfvers/vers3.c: Likewise.
* ld-elfvers/vers4.c: Likewise.
* ld-elfvers/vers6.c: Likewise.
* ld-elfvers/vers7.c: Likewise.
* ld-elfvers/vers9.c: Likewise.
* ld-shared/main.c: Likewise.
* ld-srec/sr3.cc (Foo::Foo): Remove arg name.
Diffstat (limited to 'ld/testsuite/ld-shared')
-rw-r--r-- | ld/testsuite/ld-shared/main.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ld/testsuite/ld-shared/main.c b/ld/testsuite/ld-shared/main.c index 4fcfdaa127..fe5c78ae42 100644 --- a/ld/testsuite/ld-shared/main.c +++ b/ld/testsuite/ld-shared/main.c @@ -17,6 +17,7 @@ extern int shlib_checkfunptr2 (); extern int (*shlib_getfunptr1 ()) (); extern int (*shlib_getfunptr2 ()) (); extern int shlib_check (); +extern int shlib_shlibcall2 (); /* This function is called by the shared library. */ |