patches/glibc/linuxthreads-2.3.6/270-alpha-cfi.patch
changeset 747 d3e603e7c17c
parent 746 b150d6f590fc
child 748 61cd4eb6034d
     1.1 --- a/patches/glibc/linuxthreads-2.3.6/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 ---- glibc-2.3.6/linuxthreads/sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h.orig	2008-06-19 15:31:45.000000000 +0300
     1.5 -+++ glibc-2.3.6/linuxthreads/sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h	2008-06-19 15:36:10.000000000 +0300
     1.6 -@@ -54,6 +54,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 -@@ -84,12 +85,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.  */