]> git.pld-linux.org Git - packages/glibc.git/blob - glibc-alpha-typo.patch
- alpha update: tls builds now, nptl is possible (but untested)
[packages/glibc.git] / glibc-alpha-typo.patch
1 ===================================================================
2 RCS file: /cvs/glibc/libc/sysdeps/unix/alpha/sysdep.h,v
3 retrieving revision 1.22
4 retrieving revision 1.23
5 diff -u -r1.22 -r1.23
6 --- libc/sysdeps/unix/alpha/sysdep.h    2004/01/16 06:04:53     1.22
7 +++ libc/sysdeps/unix/alpha/sysdep.h    2004/06/28 21:02:06     1.23
8 @@ -1,4 +1,5 @@
9 -/* Copyright (C) 1992, 1995, 1996, 2000, 2003 Free Software Foundation, Inc.
10 +/* Copyright (C) 1992, 1995, 1996, 2000, 2003, 2004
11 +   Free Software Foundation, Inc.
12     This file is part of the GNU C Library.
13     Contributed by Brendan Kehoe (brendan@zen.org).
14  
15 @@ -364,7 +365,7 @@
16         __asm__ __volatile__                                    \
17           ("callsys # %0 %1 <= %2 %3 %4 %5 %6 %7 %8"            \
18            : inline_syscall_r0_out_constraint (_sc_0),          \
19 -            "=r"(_sc_19) "=r"(_sc_16), "=r"(_sc_17),           \
20 +            "=r"(_sc_19), "=r"(_sc_16), "=r"(_sc_17),          \
21              "=r"(_sc_18), "=r"(_sc_20), "=r"(_sc_21)           \
22            : "0"(_sc_0), "2"(_sc_16), "3"(_sc_17), "4"(_sc_18), \
23              "1"(_sc_19), "5"(_sc_20), "6"(_sc_21)              \
This page took 0.041286 seconds and 3 git commands to generate.