From: Steve Ellcey Date: Thu, 10 Nov 2016 15:46:18 +0000 (-0800) Subject: Add definitions to sysdeps/tile/tilepro/bits/wordsize.h. X-Git-Tag: glibc-2.25~320 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4589d0715cfa4556388d42f7afbf6aecf7e4aa08;p=thirdparty%2Fglibc.git Add definitions to sysdeps/tile/tilepro/bits/wordsize.h. * sysdeps/tile/tilepro/bits/wordsize.h: Define __WORDSIZE32_SIZE_ULONG and __WORDSIZE32_PTRDIFF_LONG. --- diff --git a/ChangeLog b/ChangeLog index 63e4c00e1c5..484fff83c59 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2016-11-10 Steve Ellcey + + * sysdeps/tile/tilepro/bits/wordsize.h: Define __WORDSIZE32_SIZE_ULONG + and __WORDSIZE32_PTRDIFF_LONG. + 2016-11-10 Siddhesh Poyarekar * sysdeps/aarch64/libm-test-ulps: Regenerated. diff --git a/sysdeps/tile/tilepro/bits/wordsize.h b/sysdeps/tile/tilepro/bits/wordsize.h index 82815381316..d2c4a354a75 100644 --- a/sysdeps/tile/tilepro/bits/wordsize.h +++ b/sysdeps/tile/tilepro/bits/wordsize.h @@ -2,3 +2,5 @@ #define __WORDSIZE 32 #define __WORDSIZE_TIME64_COMPAT32 0 +#define __WORDSIZE32_SIZE_ULONG 0 +#define __WORDSIZE32_PTRDIFF_LONG 0