tile: Rename __WORDSIZE_COMPAT32 to __WORDSIZE_TIME64_COMPAT32
authorChris Metcalf <cmetcalf@tilera.com>
Tue, 22 May 2012 13:20:35 +0000 (09:20 -0400)
committerChris Metcalf <cmetcalf@tilera.com>
Tue, 22 May 2012 15:21:15 +0000 (11:21 -0400)
ChangeLog.tile
sysdeps/tile/tilegx/bits/wordsize.h

index 008404c..6b6f5c0 100644 (file)
@@ -1,5 +1,8 @@
 2012-05-22  Chris Metcalf  <cmetcalf@tilera.com>
 
+       * sysdeps/tile/bits/wordsize.h (__WORDSIZE_COMPAT32): Rename to
+       __WORDSIZE_TIME64_COMPAT32.
+
        * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libc.abilist: Update.
        * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libc.abilist:
        Update.
index 78f3481..5d4e4b4 100644 (file)
@@ -2,7 +2,7 @@
 
 #ifdef __LP64__
 # define __WORDSIZE    64
-# define __WORDSIZE_COMPAT32   1
+# define __WORDSIZE_TIME64_COMPAT32    1
 #else
 # define __WORDSIZE    32
 #endif