This is the mail archive of the
libc-alpha@sources.redhat.com
mailing list for the glibc project.
Re: [PATCH] ppc setcontext should be GLIBC_2.0
- From: Dwayne Grant McConnell <dgm69 at us dot ibm dot com>
- To: Ulrich Drepper <drepper at redhat dot com>
- Cc: libc-alpha at sources dot redhat dot com
- Date: Fri, 23 Jul 2004 08:44:02 -0500 (Central Daylight Time)
- Subject: Re: [PATCH] ppc setcontext should be GLIBC_2.0
- References: <Pine.WNT.4.61.0407221422020.1020@dwayne> <4100ADB3.2020800@redhat.com>
On Thu, 22 Jul 2004, Ulrich Drepper wrote:
And where is the ChangeLog entry? Next time I'll just ignore what you
send if you don't put in some effort. I've added the patch, but only
this one time.
Here is my original patch annotated to show where I think the ChangeLog
entry and the patch itself were located. Is there something else I should
have done?
Thanks,
Dwayne
#### ChangeLog entry begin
2004-07-22 Dwayne Grant McConnell <dgm69@us.ibm.com>
* sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Correct
library version from GLIBC_2_1 to GLIBC_2_0.
#### ChangeLog entry end
#### Patch begin
diff -urN libc.orig/sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S libc/sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S
--- libc.orig/sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S 2004-06-15 15:02:20.000000000 -0500
+++ libc/sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S 2004-07-21 16:36:53.000000000 -0500
@@ -397,7 +397,7 @@
#endif
-#if SHLIB_COMPAT (libc, GLIBC_2_1, GLIBC_2_3_3)
+#if SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_3_3)
#define _ERRNO_H 1
#include <bits/errno.h>
@@ -409,6 +409,6 @@
END (__setcontext_stub)
.previous
-compat_symbol (libc, __setcontext_stub, setcontext, GLIBC_2_1)
+compat_symbol (libc, __setcontext_stub, setcontext, GLIBC_2_0)
#endif
#### Patch end
--
Dwayne Grant McConnell <dgm69@us.ibm.com>
Lotus Notes: Dwayne McConnell/Austin/IBM@IBMUS