]> git.pld-linux.org Git - packages/glibc.git/blob - glibc-sparc64-errno.patch
bogus
[packages/glibc.git] / glibc-sparc64-errno.patch
1 --- libc/sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h.orig    2003-11-16 12:07:24.000000000 +0100
2 +++ libc/sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h 2005-01-26 18:15:47.613529328 +0100
3 @@ -1,4 +1,4 @@
4 -/* Copyright (C) 1997, 2000, 2002, 2003 Free Software Foundation, Inc.
5 +/* Copyright (C) 1997, 2000, 2002, 2003, 2004 Free Software Foundation, Inc.
6     This file is part of the GNU C Library.
7     Contributed by Richard Henderson <richard@gnu.ai.mit.edu>, 1997.
8  
9 @@ -85,7 +85,7 @@
10         sethi   %hi(_GLOBAL_OFFSET_TABLE_-4), %l7;                      \
11         call    __sparc64.get_pic.l7;                                   \
12          add    %l7, %lo(_GLOBAL_OFFSET_TABLE_+4), %l7;                 \
13 -       ldx     [%l7 + errno], %l0;                                     \
14 +       ldx     [%l7 + rtld_errno], %l0;                                \
15         st      %i0, [%l0];                                             \
16         jmpl    %i7+8, %g0;                                             \
17          restore %g0, -1, %o0;                                          \
This page took 0.058945 seconds and 3 git commands to generate.