From 2bdba6c9ec9f69ced92ed8a314cf53f420adba2a Mon Sep 17 00:00:00 2001 From: Andreas Schwab Date: Wed, 9 Jun 1999 03:04:03 +0000 Subject: * ld-cdtest/cdtest-main.cc: Avoid `implicit int' warning. * ld-shared/sh1.c: Fix typo. --- ld/testsuite/ld-shared/sh1.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ld/testsuite/ld-shared') diff --git a/ld/testsuite/ld-shared/sh1.c b/ld/testsuite/ld-shared/sh1.c index e31e06a..20f183c 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 () -- cgit v1.1