[SCM] WebKit Debian packaging branch, debian/unstable, updated. debian/1.1.6-1-3-g12c4fa1

Gustavo Noronha Silva kov at debian.org
Tue May 12 18:02:37 UTC 2009


The following commit has been merged in the debian/unstable branch:
commit 710ab57dc09aa67a753df4ea903b0c8759f1d917
Author: kov at webkit.org <kov at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Sat May 9 16:01:17 2009 +0000

    2009-05-09  Sebastian Andrzej Siewior  <sebastian at breakpoint.cc>
    
            Reviewed by Gustavo Noronha.
    
            https://bugs.webkit.org/show_bug.cgi?id=25653
            PLATFORM(X86_64) inherits ia64
    
            __ia64__ is defined by gcc in an IA64 arch and has completely
            nothing in common with X86-64 exept both are from Intel and have
            an 64bit address space. That's it. Since code seems to expect x86
            here, ia64 has to go.
    
            * wtf/Platform.h:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@43440 268f45cc-cd09-0410-ab3c-d52691b4dbfc
    filter-origin: aace9f309b5f1f960139a824814bdb9bd63c9ddf

diff --git a/JavaScriptCore/wtf/Platform.h b/JavaScriptCore/wtf/Platform.h
index 4b3359f..c443d5a 100644
--- a/JavaScriptCore/wtf/Platform.h
+++ b/JavaScriptCore/wtf/Platform.h
@@ -213,7 +213,6 @@
 
 /* PLATFORM(X86_64) */
 #if   defined(__x86_64__) \
-   || defined(__ia64__) \
    || defined(_M_X64)
 #define WTF_PLATFORM_X86_64 1
 #endif

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list