Title: [159045] releases/WebKitGTK/webkit-2.2/Source/WTF
Revision
159045
Author
[email protected]
Date
2013-11-11 01:52:25 -0800 (Mon, 11 Nov 2013)

Log Message

Merge r158445 - HPPA build fixes
https://bugs.webkit.org/show_bug.cgi?id=123625

Original patch from John David Anglin <[email protected]>

Patch by Emilio Pozuelo Monfort <[email protected]> on 2013-11-01
Reviewed by Darin Adler.

* wtf/Platform.h:
* wtf/dtoa/utils.h:

Modified Paths

Diff

Modified: releases/WebKitGTK/webkit-2.2/Source/WTF/ChangeLog (159044 => 159045)


--- releases/WebKitGTK/webkit-2.2/Source/WTF/ChangeLog	2013-11-11 09:38:53 UTC (rev 159044)
+++ releases/WebKitGTK/webkit-2.2/Source/WTF/ChangeLog	2013-11-11 09:52:25 UTC (rev 159045)
@@ -1,3 +1,15 @@
+2013-11-01  Emilio Pozuelo Monfort  <[email protected]>
+
+        HPPA build fixes
+        https://bugs.webkit.org/show_bug.cgi?id=123625
+
+        Original patch from John David Anglin <[email protected]>
+
+        Reviewed by Darin Adler.
+
+        * wtf/Platform.h:
+        * wtf/dtoa/utils.h:
+
 2013-09-06  Alberto Garcia  <[email protected]>
 
         [GTK] GlibUtilities: getCurrentExecutablePath() does not compile on GNU/Hurd

Modified: releases/WebKitGTK/webkit-2.2/Source/WTF/wtf/Platform.h (159044 => 159045)


--- releases/WebKitGTK/webkit-2.2/Source/WTF/wtf/Platform.h	2013-11-11 09:38:53 UTC (rev 159044)
+++ releases/WebKitGTK/webkit-2.2/Source/WTF/wtf/Platform.h	2013-11-11 09:52:25 UTC (rev 159045)
@@ -69,6 +69,7 @@
 /* CPU(HPPA) - HP PA-RISC */
 #if defined(__hppa__) || defined(__hppa64__)
 #define WTF_CPU_HPPA 1
+#define WTF_CPU_BIG_ENDIAN 1
 #endif
 
 /* CPU(IA64) - Itanium / IA-64 */

Modified: releases/WebKitGTK/webkit-2.2/Source/WTF/wtf/dtoa/utils.h (159044 => 159045)


--- releases/WebKitGTK/webkit-2.2/Source/WTF/wtf/dtoa/utils.h	2013-11-11 09:38:53 UTC (rev 159044)
+++ releases/WebKitGTK/webkit-2.2/Source/WTF/wtf/dtoa/utils.h	2013-11-11 09:52:25 UTC (rev 159045)
@@ -49,7 +49,7 @@
 defined(__ARMEL__) || \
 defined(_MIPS_ARCH_MIPS32R2)
 #define DOUBLE_CONVERSION_CORRECT_DOUBLE_OPERATIONS 1
-#elif CPU(MIPS) || CPU(PPC) || CPU(PPC64) || OS(WINCE) || CPU(SH4) || CPU(S390) || CPU(S390X) || CPU(IA64) || CPU(SPARC) || CPU(ALPHA)
+#elif CPU(MIPS) || CPU(PPC) || CPU(PPC64) || OS(WINCE) || CPU(SH4) || CPU(S390) || CPU(S390X) || CPU(IA64) || CPU(SPARC) || CPU(ALPHA) || CPU(HPPA)
 #define DOUBLE_CONVERSION_CORRECT_DOUBLE_OPERATIONS 1
 #elif defined(_M_IX86) || defined(__i386__)
 #if defined(_WIN32)
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to