2008-02-14 H.J. Lu <hongjiu.lu@intel.com>
authorH.J. Lu <hjl.tools@gmail.com>
Thu, 14 Feb 2008 20:23:27 +0000 (20:23 +0000)
committerH.J. Lu <hjl.tools@gmail.com>
Thu, 14 Feb 2008 20:23:27 +0000 (20:23 +0000)
* ld-shared/sh1.c (shlib_overriddencall2): Moved to ...
* ld-shared/sh2.c (shlib_overriddencall2): Here.  New.

ld/testsuite/ChangeLog
ld/testsuite/ld-shared/sh1.c
ld/testsuite/ld-shared/sh2.c

index bc6f809863939129fef955b0308157f841b889b0..673f240ca65b1240d3ae4426c8151f77f849ef35 100644 (file)
@@ -1,3 +1,8 @@
+2008-02-14  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * ld-shared/sh1.c (shlib_overriddencall2): Moved to ...
+       * ld-shared/sh2.c (shlib_overriddencall2): Here.  New.
+
 2008-02-07  Alan Modra  <amodra@bigpond.net.au>
 
        * ld-spu/ovl.d: Update.
index 20f183c2642c507119a1834df219a9129d0543ad..c8e523249a32b6e86881d61607d875167552bcef 100644 (file)
@@ -71,12 +71,6 @@ shlib_shlibcall2 ()
 {
   return shlib_overriddencall2 ();
 }
-
-int
-shlib_overriddencall2 ()
-{
-  return 7;
-}
 #endif
 
 /* This function calls a function defined by the main program.  */
index 013a4e0994fb0482cc468014c906e124b4168da8..7cd1db38ee73751977a9e52d96cc0512b85509ea 100644 (file)
@@ -12,3 +12,11 @@ shlib_shlibcalled ()
 {
   return 5;
 }
+
+#ifndef XCOFF_TEST
+int
+shlib_overriddencall2 ()
+{
+  return 7;
+}
+#endif
This page took 0.025721 seconds and 4 git commands to generate.