diff options
author | Andreas Schwab <schwab@linux-m68k.org> | 1999-06-09 03:04:03 +0000 |
---|---|---|
committer | Andreas Schwab <schwab@linux-m68k.org> | 1999-06-09 03:04:03 +0000 |
commit | 2bdba6c9ec9f69ced92ed8a314cf53f420adba2a (patch) | |
tree | 00ed461d3a2dbc0f5a7bf1af87357e911e5c5872 /ld/testsuite/ld-shared | |
parent | 3026443322cbd6c93dc22d830ed766353b522bc0 (diff) | |
download | gdb-2bdba6c9ec9f69ced92ed8a314cf53f420adba2a.zip gdb-2bdba6c9ec9f69ced92ed8a314cf53f420adba2a.tar.gz gdb-2bdba6c9ec9f69ced92ed8a314cf53f420adba2a.tar.bz2 |
* 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.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 () |