Bug 1600803 - NSPR_4_25_RTM for Firefox 74. r=kjacobs UPGRADE_NSPR_RELEASE

Differential Revision: https://phabricator.services.mozilla.com/D61379

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Kai Engert 2020-02-03 12:17:20 +00:00
Родитель 90759ceddb
Коммит 91f084ace4
5 изменённых файлов: 8 добавлений и 4 удалений

Просмотреть файл

@ -1 +1 @@
NSPR_4_25_BETA1
NSPR_4_25_RTM

Просмотреть файл

@ -10,3 +10,4 @@
*/
#error "Do not include this header file."

Просмотреть файл

@ -1157,7 +1157,8 @@
#define PR_BYTES_PER_WORD_LOG2 2
#define PR_BYTES_PER_DWORD_LOG2 3
#elif defined(__nios2__) || defined(__microblaze__) || defined(__nds32__)
#elif defined(__nios2__) || defined(__microblaze__) || defined(__nds32__) || \
defined(__xtensa__)
#if defined(__microblaze__) && defined(__BIG_ENDIAN__)
#define IS_BIG_ENDIAN 1

Просмотреть файл

@ -69,6 +69,8 @@
#define _PR_SI_ARCHITECTURE "microblaze"
#elif defined(__nds32__)
#define _PR_SI_ARCHITECTURE "nds32"
#elif defined(__xtensa__)
#define _PR_SI_ARCHITECTURE "xtensa"
#else
#error "Unknown CPU architecture"
#endif

Просмотреть файл

@ -31,11 +31,11 @@ PR_BEGIN_EXTERN_C
** The format of the version string is
** "<major version>.<minor version>[.<patch level>] [<Beta>]"
*/
#define PR_VERSION "4.25 Beta"
#define PR_VERSION "4.25"
#define PR_VMAJOR 4
#define PR_VMINOR 25
#define PR_VPATCH 0
#define PR_BETA PR_TRUE
#define PR_BETA PR_FALSE
/*
** PRVersionCheck