[PATCH] ppc setcontext should be GLIBC_2.0
Dwayne Grant McConnell
dgm69@us.ibm.com
Fri Jul 23 13:44:00 GMT 2004
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
More information about the Libc-alpha
mailing list