[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[commits] r3151 - in /branches/eglibc-2_5/ports: ChangeLog.eglibc sysdeps/mips/bits/wordsize.h



Author: joseph
Date: Tue Aug 14 10:02:54 2007
New Revision: 3151

Log:
	Backport:
	2007-07-13  Carlos O'Donell  <carlos@xxxxxxxxxxxxxxxx>
	* sysdeps/mips/bits/wordsize.h [_MIPS_SIM == _ABI64]:
	Define __WORDSIZE_COMPAT32 as 1.

Modified:
    branches/eglibc-2_5/ports/ChangeLog.eglibc
    branches/eglibc-2_5/ports/sysdeps/mips/bits/wordsize.h

Modified: branches/eglibc-2_5/ports/ChangeLog.eglibc
==============================================================================
--- branches/eglibc-2_5/ports/ChangeLog.eglibc (original)
+++ branches/eglibc-2_5/ports/ChangeLog.eglibc Tue Aug 14 10:02:54 2007
@@ -1,3 +1,10 @@
+2007-08-14  Joseph Myers  <joseph@xxxxxxxxxxxxxxxx>
+
+	Backport:
+	2007-07-13  Carlos O'Donell  <carlos@xxxxxxxxxxxxxxxx>
+	* sysdeps/mips/bits/wordsize.h [_MIPS_SIM == _ABI64]:
+	Define __WORDSIZE_COMPAT32 as 1.
+
 2007-08-06  Zack Weinberg  <zack@xxxxxxxxxxxxxxxx>
 
 	* sysdeps/arm/nptl/pthread_spin_lock.S

Modified: branches/eglibc-2_5/ports/sysdeps/mips/bits/wordsize.h
==============================================================================
--- branches/eglibc-2_5/ports/sysdeps/mips/bits/wordsize.h (original)
+++ branches/eglibc-2_5/ports/sysdeps/mips/bits/wordsize.h Tue Aug 14 10:02:54 2007
@@ -17,3 +17,6 @@
    02111-1307 USA.  */
 
 #define __WORDSIZE	_MIPS_SZPTR
+#if _MIPS_SIM == _ABI64
+# define __WORDSIZE_COMPAT32	1
+#endif