This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
Re: architectures, please report on trunk status
- From: "H. J. Lu" <hjl at lucon dot org>
- To: Roland McGrath <roland at redhat dot com>
- Cc: libc-alpha at sources dot redhat dot com
- Date: Tue, 28 Feb 2006 17:36:17 -0800
- Subject: Re: architectures, please report on trunk status
- References: <20060228202100.516FD180B1C@magilla.sf.frob.com>
On Tue, Feb 28, 2006 at 12:21:00PM -0800, Roland McGrath wrote:
> People responsible for the architectures in the main source tree, and
> people who build and test on them, please report ASAP on their status.
> The architectures I get reports on in the next few days are the ones that
> will be mentioned in the 2.4 release announcement as known to work.
>
I need this patch to fix a typo for ia64.
H.J.
---
2006-02-28 H.J. Lu <hongjiu.lu@intel.com>
* sysdeps/unix/sysv/linux/ia64/clone2.S: Include <clone2.S>
instead of <clone.S>.
--- nptl/sysdeps/unix/sysv/linux/ia64/clone2.S.typo 2006-02-28 15:56:50.000000000 -0800
+++ nptl/sysdeps/unix/sysv/linux/ia64/clone2.S 2006-02-28 17:22:00.000000000 -0800
@@ -2,8 +2,8 @@
So, #include ourselves and in that incarnation we can use #include_next. */
#ifndef INCLUDED_SELF
# define INCLUDED_SELF
-# include <clone.S>
+# include <clone2.S>
#else
# define RESET_PID
-# include_next <clone.S>
+# include_next <clone2.S>
#endif