From: Koen Kooi Date: Tue, 13 Feb 2007 07:53:18 +0000 (+0000) Subject: firefox-2.0.0.1: replace arm/jsautocfg.h with one generated on arm hardware X-Git-Tag: Release-2010-05/1~9230^2~71 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4e8635826a61e4f31a3866a4c9df1ffddfbb7fe5;p=openembedded.git firefox-2.0.0.1: replace arm/jsautocfg.h with one generated on arm hardware --- diff --git a/packages/mozilla/firefox-2.0.0.1/arm/jsautocfg.h b/packages/mozilla/firefox-2.0.0.1/arm/jsautocfg.h index dd43fd28e3..7e8171fc23 100644 --- a/packages/mozilla/firefox-2.0.0.1/arm/jsautocfg.h +++ b/packages/mozilla/firefox-2.0.0.1/arm/jsautocfg.h @@ -1,7 +1,7 @@ #ifndef js_cpucfg___ #define js_cpucfg___ -/* Lovingly crafted by hand avoiding Mozilla stupidity */ +/* AUTOMATICALLY GENERATED - DO NOT EDIT */ #define IS_LITTLE_ENDIAN 1 #undef IS_BIG_ENDIAN @@ -43,9 +43,9 @@ #define JS_ALIGN_OF_POINTER 4L #define JS_ALIGN_OF_WORD 4L -#define JS_BYTES_PER_WORD_LOG2 1L +#define JS_BYTES_PER_WORD_LOG2 2L #define JS_BYTES_PER_DWORD_LOG2 3L -#define JS_WORDS_PER_DWORD_LOG2 2L +#define JS_WORDS_PER_DWORD_LOG2 1L #define JS_STACK_GROWTH_DIRECTION (-1)