source: clfs-sysroot/patches/glibc-2.6.1-sysdep_cancel-1.patch@ bfada3c

Last change on this file since bfada3c was 93fcbff, checked in by Joe Ciccone <jciccone@…>, 17 years ago

Updated Glibc to 2.6.1.

  • Property mode set to 100644
File size: 1.3 KB
RevLine 
[00520f6]1Submitted By: Joe Ciccone <jciccone@linuxfromscratch.org>
2Date: 2007-07-04
3Initial Package Version: 2.6
4Upstream Status: Unknown
5Description: Use one instead of two seperate regions. This reverts the following
6 patch from upstream.
7 http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/nptl/sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h.diff?cvsroot=glibc&r1=text&tr1=1.4.2.2&r2=text&tr2=1.7&f=u
8
9diff -Naur glibc-2.6.orig/nptl/sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h glibc-2.6/nptl/sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h
10--- glibc-2.6.orig/nptl/sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h 2007-07-04 16:48:49.000000000 -0400
11+++ glibc-2.6/nptl/sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h 2007-07-04 16:50:30.000000000 -0400
12@@ -55,7 +55,6 @@
13 bne a3, SYSCALL_ERROR_LABEL; \
14 __LABEL($pseudo_ret) \
15 .subsection 2; \
16- cfi_startproc; \
17 __LABEL($pseudo_cancel) \
18 subq sp, 64, sp; \
19 cfi_def_cfa_offset(64); \
20@@ -91,13 +90,12 @@
21 cfi_def_cfa_offset(0); \
22 __LABEL($syscall_error) \
23 SYSCALL_ERROR_HANDLER; \
24- cfi_endproc; \
25 .previous
26
27 # undef PSEUDO_END
28 # define PSEUDO_END(sym) \
29- cfi_endproc; \
30 .subsection 2; \
31+ cfi_endproc; \
32 .size sym, .-sym
33
34 # define SAVE_ARGS_0 /* Nothing. */
Note: See TracBrowser for help on using the repository browser.