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

[patches] Backport MIPS __WORDSIZE_COMPAT32 patch



I've applied this patch backport to EGLIBC trunk, 2.6 and 2.5 branches.

Index: sysdeps/mips/bits/wordsize.h
===================================================================
--- sysdeps/mips/bits/wordsize.h	(revision 3148)
+++ sysdeps/mips/bits/wordsize.h	(working copy)
@@ -17,3 +17,6 @@
    02111-1307 USA.  */
 
 #define __WORDSIZE	_MIPS_SZPTR
+#if _MIPS_SIM == _ABI64
+# define __WORDSIZE_COMPAT32	1
+#endif
Index: ChangeLog.eglibc
===================================================================
--- ChangeLog.eglibc	(revision 3148)
+++ ChangeLog.eglibc	(working copy)
@@ -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  Daniel Jacobowitz  <dan@xxxxxxxxxxxxxxxx>
 
 	Backport:

-- 
Joseph S. Myers
joseph@xxxxxxxxxxxxxxxx