* ld-shared/sh1.c: Fix typo.
+Wed Jun 9 12:02:33 1999 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
+
+ * ld-cdtest/cdtest-main.cc: Avoid `implicit int' warning.
+ * ld-shared/sh1.c: Fix typo.
+
1999-06-04 H.J. Lu <hjl@gnu.org>
* lib/ld-lib.exp (default_ld_nm): Clear nm_output first if
static Foo static_foo( "static_foo");
-main()
+int main()
{
assert (Foo::nb_foos() == 2);
Foo automatic_foo( "automatic_foo");
/* 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 ()