[HarfBuzz] harfbuzz: Branch 'master'

Simon Hausmann hausmann at kemper.freedesktop.org
Thu Jun 24 01:51:39 PDT 2010


 src/harfbuzz-global.h |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit a80fd59e3b3b18116803a14e6369345933994236
Author: Simon Hausmann <simon.hausmann at nokia.com>
Date:   Thu Jun 24 10:48:27 2010 +0200

    Fix crashes at run-time with RVCT compiled code
    
    Disable data structure packaging with RVCT, it appears to miscompile.
    
    Signed-off-by: Anreas Kling <andreas.kling at nokia.com>

diff --git a/src/harfbuzz-global.h b/src/harfbuzz-global.h
index 5b2b679..bccd6a2 100644
--- a/src/harfbuzz-global.h
+++ b/src/harfbuzz-global.h
@@ -39,7 +39,7 @@
 #define HB_END_HEADER  /* nothing */
 #endif
 
-#if defined(__GNUC__) || defined(__ARMCC__) || defined(__CC_ARM) || defined(_MSC_VER)
+#if defined(__GNUC__) || defined(_MSC_VER)
 #define HB_USE_PACKED_STRUCTS
 #endif
 



More information about the HarfBuzz mailing list