public inbox for libc-ports@sourceware.org
 help / color / mirror / Atom feed
* MIPS bits/wordsize.h update
@ 2012-05-21 21:24 Joseph S. Myers
  2012-05-22 15:22 ` Chris Metcalf
  0 siblings, 1 reply; 2+ messages in thread
From: Joseph S. Myers @ 2012-05-21 21:24 UTC (permalink / raw)
  To: libc-ports

I've applied this patch to update the MIPS bits/wordsize.h for the change 
from __WORDSIZE_COMPAT32 to __WORDSIZE_TIME64_COMPAT32.  Tile will need a 
similar change.

diff --git a/ChangeLog.mips b/ChangeLog.mips
index 070cb57..8542552 100644
--- a/ChangeLog.mips
+++ b/ChangeLog.mips
@@ -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.
diff --git a/sysdeps/mips/bits/wordsize.h b/sysdeps/mips/bits/wordsize.h
index c738d28..2b3549b 100644
--- a/sysdeps/mips/bits/wordsize.h
+++ b/sysdeps/mips/bits/wordsize.h
@@ -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

-- 
Joseph S. Myers
joseph@codesourcery.com

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: MIPS bits/wordsize.h update
  2012-05-21 21:24 MIPS bits/wordsize.h update Joseph S. Myers
@ 2012-05-22 15:22 ` Chris Metcalf
  0 siblings, 0 replies; 2+ messages in thread
From: Chris Metcalf @ 2012-05-22 15:22 UTC (permalink / raw)
  To: Joseph S. Myers; +Cc: libc-ports

On 5/21/2012 5:24 PM, Joseph S. Myers wrote:
> I've applied this patch to update the MIPS bits/wordsize.h for the change 
> from __WORDSIZE_COMPAT32 to __WORDSIZE_TIME64_COMPAT32.  Tile will need a 
> similar change.

I applied the matching change, as well as adding getauxval to the tile
abilist files, and updating the ulps file to handle the new ccos (etc) tests.

-- 
Chris Metcalf, Tilera Corp.
http://www.tilera.com

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-05-22 15:22 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-05-21 21:24 MIPS bits/wordsize.h update Joseph S. Myers
2012-05-22 15:22 ` Chris Metcalf

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).