From: Paul Pluzhnikov Date: Sat, 1 Mar 2014 00:56:23 +0000 (-0800) Subject: Add __GOOGLE_GRTE_VERSION__ for GRTEv4 usage. Forward-ported with date and comment... X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ada1223ac9471dc5620062a1b2addab4a41c658c;p=thirdparty%2Fglibc.git Add __GOOGLE_GRTE_VERSION__ for GRTEv4 usage. Forward-ported with date and comment changed from cl/51277131. --- diff --git a/README.google b/README.google index d8d27656cb1..dd6c2dff853 100644 --- a/README.google +++ b/README.google @@ -100,3 +100,8 @@ sysdeps/gnu/errlist-compat.awk Forward-ported from part of cl/51276043 (from cl/38025-p2). (ppluzhnikov, google-local) +include/features.h + Add __GOOGLE_GRTE_VERSION__ for GRTEv4 usage. + Forward-ported with date and comment changed from cl/51277131. + (ppluzhnikov, google-local) + diff --git a/include/features.h b/include/features.h index 21173a28c30..f730ca0f335 100644 --- a/include/features.h +++ b/include/features.h @@ -372,6 +372,9 @@ #define __GLIBC_PREREQ(maj, min) \ ((__GLIBC__ << 16) + __GLIBC_MINOR__ >= ((maj) << 16) + (min)) +/* GRTEv4 (glibc-2.19) date */ +#define __GOOGLE_GRTE_VERSION__ 20140228L + /* This is here only because every header file already includes this one. */ #ifndef __ASSEMBLER__ # ifndef _SYS_CDEFS_H