source:
clfs-sysroot/patches/glibc-2.6-sysdep_cancel-1.patch@
ff91a87
Last change on this file since ff91a87 was 00520f6, checked in by , 17 years ago | |
---|---|
|
|
File size: 1.3 KB |
-
nptl/sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h
Submitted By: Joe Ciccone <jciccone@linuxfromscratch.org> Date: 2007-07-04 Initial Package Version: 2.6 Upstream Status: Unknown Description: Use one instead of two seperate regions. This reverts the following patch from upstream. 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 diff -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
old new 55 55 bne a3, SYSCALL_ERROR_LABEL; \ 56 56 __LABEL($pseudo_ret) \ 57 57 .subsection 2; \ 58 cfi_startproc; \59 58 __LABEL($pseudo_cancel) \ 60 59 subq sp, 64, sp; \ 61 60 cfi_def_cfa_offset(64); \ … … 91 90 cfi_def_cfa_offset(0); \ 92 91 __LABEL($syscall_error) \ 93 92 SYSCALL_ERROR_HANDLER; \ 94 cfi_endproc; \95 93 .previous 96 94 97 95 # undef PSEUDO_END 98 96 # define PSEUDO_END(sym) \ 99 cfi_endproc; \100 97 .subsection 2; \ 98 cfi_endproc; \ 101 99 .size sym, .-sym 102 100 103 101 # define SAVE_ARGS_0 /* Nothing. */
Note:
See TracBrowser
for help on using the repository browser.