hotspot/src/share/vm/runtime/sharedRuntime.hpp
changeset 6965 4ef36b2a6a3a
parent 6418 6671edbd230e
child 7397 5b173b4ca846
--- a/hotspot/src/share/vm/runtime/sharedRuntime.hpp	Thu Sep 30 12:05:08 2010 -0400
+++ b/hotspot/src/share/vm/runtime/sharedRuntime.hpp	Thu Oct 07 15:12:57 2010 -0400
@@ -116,6 +116,9 @@
 
 #if defined(__SOFTFP__) || defined(E500V2)
   static double dabs(double f);
+#endif
+
+#if defined(__SOFTFP__) || defined(PPC)
   static double dsqrt(double f);
 #endif