diff --git a/configure.in b/configure.in index 6eb81033b3b91..c994885cfced6 100644 --- a/configure.in +++ b/configure.in @@ -53,7 +53,7 @@ dnl ======================================================== MOZJPEG=62 MOZPNG=10617 NSPR_VERSION=4 -NSPR_MINVER=4.10.8 +NSPR_MINVER=4.10.10 NSS_VERSION=3 dnl Set the minimum version of toolkit libs used by mozilla @@ -3427,7 +3427,7 @@ MOZ_ARG_WITH_BOOL(system-nss, _USE_SYSTEM_NSS=1 ) if test -n "$_USE_SYSTEM_NSS"; then - AM_PATH_NSS(3.19.2, [MOZ_NATIVE_NSS=1], [AC_MSG_ERROR([you don't have NSS installed or your version is too old])]) + AM_PATH_NSS(3.20.1, [MOZ_NATIVE_NSS=1], [AC_MSG_ERROR([you don't have NSS installed or your version is too old])]) fi if test -n "$MOZ_NATIVE_NSS"; then diff --git a/nsprpub/TAG-INFO b/nsprpub/TAG-INFO index 67e0396981133..95780389356ec 100644 --- a/nsprpub/TAG-INFO +++ b/nsprpub/TAG-INFO @@ -1 +1 @@ -NSPR_4_10_10_RC1 +NSPR_4_10_10_RTM diff --git a/nsprpub/config/prdepend.h b/nsprpub/config/prdepend.h index e49e92677e3eb..6c66b37ca0fc7 100644 --- a/nsprpub/config/prdepend.h +++ b/nsprpub/config/prdepend.h @@ -10,3 +10,4 @@ */ #error "Do not include this header file." + diff --git a/nsprpub/pr/include/md/_linux.h b/nsprpub/pr/include/md/_linux.h index c29ba5ce3ad5b..2a2ad53da0de7 100644 --- a/nsprpub/pr/include/md/_linux.h +++ b/nsprpub/pr/include/md/_linux.h @@ -162,16 +162,6 @@ extern PRInt32 _PR_ppc_AtomicSet(PRInt32 *val, PRInt32 newval); #endif #endif -#if defined(__mips__) && defined(__GCC_HAVE_SYNC_COMPARE_AND_SWAP_4) -/* Use GCC built-in functions */ -#define _PR_HAVE_ATOMIC_OPS -#define _MD_INIT_ATOMIC() -#define _MD_ATOMIC_INCREMENT(ptr) __sync_add_and_fetch(ptr, 1) -#define _MD_ATOMIC_DECREMENT(ptr) __sync_sub_and_fetch(ptr, 1) -#define _MD_ATOMIC_ADD(ptr, i) __sync_add_and_fetch(ptr, i) -#define _MD_ATOMIC_SET(ptr, nv) __sync_lock_test_and_set(ptr, nv) -#endif - #if defined(__alpha) #define _PR_HAVE_ATOMIC_OPS #define _MD_INIT_ATOMIC() diff --git a/nsprpub/pr/include/pratom.h b/nsprpub/pr/include/pratom.h index dff9d6c09abec..9dbe0fad33930 100644 --- a/nsprpub/pr/include/pratom.h +++ b/nsprpub/pr/include/pratom.h @@ -107,9 +107,7 @@ NSPR_API(PRInt32) PR_AtomicAdd(PRInt32 *ptr, PRInt32 val); defined(__powerpc__) || \ (defined(__arm__) && \ defined(__GCC_HAVE_SYNC_COMPARE_AND_SWAP_4)) || \ - defined(__aarch64__) || defined(__alpha) || \ - (defined(__mips__) && \ - defined(__GCC_HAVE_SYNC_COMPARE_AND_SWAP_4))))) + defined(__aarch64__) || defined(__alpha)))) /* * Because the GCC manual warns that some processors may support diff --git a/security/nss/TAG-INFO b/security/nss/TAG-INFO index e6e301a526ecb..0cea637f8b323 100644 --- a/security/nss/TAG-INFO +++ b/security/nss/TAG-INFO @@ -1 +1 @@ -NSS_3_20_1_RC0 +NSS_3_20_1_RTM diff --git a/security/nss/coreconf/coreconf.dep b/security/nss/coreconf/coreconf.dep index 590d1bfaeee3f..5182f75552c81 100644 --- a/security/nss/coreconf/coreconf.dep +++ b/security/nss/coreconf/coreconf.dep @@ -10,4 +10,3 @@ */ #error "Do not include this header file." -