]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Rename __WORDSIZE_COMPAT32 to __WORDSIZE_TIME64_COMPAT32 for MIPS.
authorJoseph Myers <joseph@codesourcery.com>
Mon, 21 May 2012 21:23:10 +0000 (21:23 +0000)
committerJoseph Myers <joseph@codesourcery.com>
Mon, 21 May 2012 21:23:10 +0000 (21:23 +0000)
ChangeLog.mips
sysdeps/mips/bits/wordsize.h

index 070cb5798a5726c268b03650657bb6a7a7bd4a98..8542552131a91ceae6d965c66bc16a2690ae06c3 100644 (file)
@@ -1,5 +1,8 @@
 2012-05-21  Joseph Myers  <joseph@codesourcery.com>
 
+       * sysdeps/mips/bits/wordsize.h (__WORDSIZE_COMPAT32): Rename to
+       __WORDSIZE_TIME64_COMPAT32.
+
        * sysdeps/unix/sysv/linux/mips/mips32/nptl/libc.abilist: Update.
        * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libc.abilist: Update.
        * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libc.abilist: Update.
index c738d28e927013a6a0938862aabd7859cf7ebb7b..2b3549b9e5d6020e59b8558a7d8a2dd34dd0c04d 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 2002, 2003 Free Software Foundation, Inc.
+/* Copyright (C) 2002-2012 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
@@ -17,5 +17,5 @@
 
 #define __WORDSIZE     _MIPS_SZPTR
 #if _MIPS_SIM == _ABI64
-# define __WORDSIZE_COMPAT32   1
+# define __WORDSIZE_TIME64_COMPAT32    1
 #endif