|
Last change
on this file since e950f58 was 93fcbff, checked in by Joe Ciccone <jciccone@…>, 18 years ago |
|
Updated Glibc to 2.6.1.
|
-
Property mode
set to
100644
|
|
File size:
1.3 KB
|
| Rev | Line | |
|---|
| [00520f6] | 1 | Submitted By: Joe Ciccone <jciccone@linuxfromscratch.org>
|
|---|
| 2 | Date: 2007-07-04
|
|---|
| 3 | Initial Package Version: 2.6
|
|---|
| 4 | Upstream Status: Unknown
|
|---|
| 5 | Description: 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 |
|
|---|
| 9 | 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
|
|---|
| 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.