PowerPC notoc call stub tests
[deliverable/binutils-gdb.git] / ld / testsuite / ld-shared / sh1.c
index e31e06a25943c4ac4e050c2ecb6778a11a0de508..c8e523249a32b6e86881d61607d875167552bcef 100644 (file)
@@ -64,19 +64,13 @@ 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 ()
 {
   return shlib_overriddencall2 ();
 }
-
-int
-shlib_overriddencall2 ()
-{
-  return 7;
-}
 #endif
 
 /* This function calls a function defined by the main program.  */
This page took 0.023565 seconds and 4 git commands to generate.