patches/glibc/2.5/270-alpha-cfi.patch
changeset 747 d3e603e7c17c
parent 746 b150d6f590fc
child 748 61cd4eb6034d
     1.1 --- a/patches/glibc/2.5/270-alpha-cfi.patch	Mon Jul 28 21:08:01 2008 +0000
     1.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.3 @@ -1,25 +0,0 @@
     1.4 ---- libc/nptl/sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h    2006/10/29 21:48:06     1.6
     1.5 -+++ libc/nptl/sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h    2007/03/13 21:28:03     1.7
     1.6 -@@ -55,6 +55,7 @@
     1.7 - 	bne	a3, SYSCALL_ERROR_LABEL;			\
     1.8 - __LABEL($pseudo_ret)						\
     1.9 - 	.subsection 2;						\
    1.10 -+	cfi_startproc;						\
    1.11 - __LABEL($pseudo_cancel)						\
    1.12 - 	subq	sp, 64, sp;					\
    1.13 - 	cfi_def_cfa_offset(64);					\
    1.14 -@@ -90,12 +91,13 @@
    1.15 - 	cfi_def_cfa_offset(0);					\
    1.16 - __LABEL($syscall_error)						\
    1.17 - 	SYSCALL_ERROR_HANDLER;					\
    1.18 -+	cfi_endproc;						\
    1.19 - 	.previous
    1.20 - 
    1.21 - # undef PSEUDO_END
    1.22 - # define PSEUDO_END(sym)					\
    1.23 --	.subsection 2;						\
    1.24 - 	cfi_endproc;						\
    1.25 -+	.subsection 2;						\
    1.26 - 	.size sym, .-sym
    1.27 - 
    1.28 - # define SAVE_ARGS_0	/* Nothing.  */