Changeset 5300 in vbox for trunk/src/libs/xpcom18a4/nsprpub/pr/include
- Timestamp:
- Oct 15, 2007 8:21:23 PM (17 years ago)
- Location:
- trunk/src/libs/xpcom18a4/nsprpub/pr/include/md
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/libs/xpcom18a4/nsprpub/pr/include/md/_solaris.h
r4837 r5300 49 49 #elif defined(i386) 50 50 #define _PR_SI_ARCHITECTURE "x86" 51 #elif defined(__x86_64) 52 #define _PR_SI_ARCHITECTURE "x86-64" 51 53 #else 52 54 #error unknown processor … … 105 107 * stacks, so we do not use it now. (Bugzilla bug 113740) 106 108 */ 107 #if !defined(sparc) 109 #if !defined(sparc) && !defined(__x86_64) 108 110 #define _PR_HAVE_ATOMIC_CAS 109 111 #endif -
trunk/src/libs/xpcom18a4/nsprpub/pr/include/md/_solaris64.cfg
r1 r5300 52 52 #define PR_ALIGN_OF_INT64 8 53 53 #define PR_ALIGN_OF_DOUBLE 8 54 #elif defined( i386) || defined(__i386)54 #elif defined(__x86_64) 55 55 #define IS_LITTLE_ENDIAN 1 56 56 #undef IS_BIG_ENDIAN 57 #define PR_ALIGN_OF_INT64 458 #define PR_ALIGN_OF_DOUBLE 457 #define PR_ALIGN_OF_INT64 8 58 #define PR_ALIGN_OF_DOUBLE 8 59 59 #else 60 60 #error unknown processor
Note:
See TracChangeset
for help on using the changeset viewer.