summaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-shared
diff options
context:
space:
mode:
authorAndreas Schwab <schwab@linux-m68k.org>1999-06-09 03:04:03 +0000
committerAndreas Schwab <schwab@linux-m68k.org>1999-06-09 03:04:03 +0000
commit41fa6443ed9ff6ef9ca8f6d71fe2d32b479b8006 (patch)
tree2683a93b01a6bff409289fc0fbe0e366205e5234 /ld/testsuite/ld-shared
parent77200d879e0241a8f87a373c17230b5286b77c4b (diff)
downloadbinutils-redhat-41fa6443ed9ff6ef9ca8f6d71fe2d32b479b8006.tar.gz
* ld-cdtest/cdtest-main.cc: Avoid `implicit int' warning.
* ld-shared/sh1.c: Fix typo.
Diffstat (limited to 'ld/testsuite/ld-shared')
-rw-r--r--ld/testsuite/ld-shared/sh1.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ld/testsuite/ld-shared/sh1.c b/ld/testsuite/ld-shared/sh1.c
index e31e06a259..20f183c264 100644
--- a/ld/testsuite/ld-shared/sh1.c
+++ b/ld/testsuite/ld-shared/sh1.c
@@ -64,7 +64,7 @@ shlib_shlibcall ()
/* This function calls a function defined in this object in the shared
library. The main program will override the called function. */
-extern int shlib_overiddencall2 ();
+extern int shlib_overriddencall2 ();
int
shlib_shlibcall2 ()