source: clfs-sysroot/patches/glibc-2.6-sysdep_cancel-1.patch @ 00520f6

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

Update patches.

  • Property mode set to 100644
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  
    5555        bne     a3, SYSCALL_ERROR_LABEL;                        \
    5656__LABEL($pseudo_ret)                                            \
    5757        .subsection 2;                                          \
    58         cfi_startproc;                                          \
    5958__LABEL($pseudo_cancel)                                         \
    6059        subq    sp, 64, sp;                                     \
    6160        cfi_def_cfa_offset(64);                                 \
     
    9190        cfi_def_cfa_offset(0);                                  \
    9291__LABEL($syscall_error)                                         \
    9392        SYSCALL_ERROR_HANDLER;                                  \
    94         cfi_endproc;                                            \
    9593        .previous
    9694
    9795# undef PSEUDO_END
    9896# define PSEUDO_END(sym)                                        \
    99         cfi_endproc;                                            \
    10097        .subsection 2;                                          \
     98        cfi_endproc;                                            \
    10199        .size sym, .-sym
    102100
    103101# define SAVE_ARGS_0    /* Nothing.  */
Note: See TracBrowser for help on using the repository browser.