* ld-cdtest/cdtest-main.cc: Avoid `implicit int' warning.
* ld-shared/sh1.c: Fix typo.
This commit is contained in:
parent
3026443322
commit
2bdba6c9ec
@ -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
|
||||
|
@ -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");
|
||||
|
@ -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 ()
|
||||
|
Loading…
Reference in New Issue
Block a user