* ld-cdtest/cdtest-main.cc: Avoid `implicit int' warning.

* ld-shared/sh1.c: Fix typo.
This commit is contained in:
Andreas Schwab 1999-06-09 03:04:03 +00:00
parent 3026443322
commit 2bdba6c9ec
3 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
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

View File

@ -27,7 +27,7 @@ __init_start()
static Foo static_foo( "static_foo");
main()
int main()
{
assert (Foo::nb_foos() == 2);
Foo automatic_foo( "automatic_foo");

View File

@ -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 ()