mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-23 03:10:05 +00:00
Update.
2002-12-07 Jakub Jelinek <jakub@redhat.com> * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h [RTLD_PRIVATE_ERRNO] (SYSCALL_ERROR_HANDLER): Fix a pasto. Reported by Jeff Bailey <jbailey@nisa.net>.
This commit is contained in:
parent
01054d37f2
commit
9bd9c81528
@ -1,3 +1,9 @@
|
|||||||
|
2002-12-07 Jakub Jelinek <jakub@redhat.com>
|
||||||
|
|
||||||
|
* sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h [RTLD_PRIVATE_ERRNO]
|
||||||
|
(SYSCALL_ERROR_HANDLER): Fix a pasto.
|
||||||
|
Reported by Jeff Bailey <jbailey@nisa.net>.
|
||||||
|
|
||||||
2002-12-06 Ulrich Drepper <drepper@redhat.com>
|
2002-12-06 Ulrich Drepper <drepper@redhat.com>
|
||||||
|
|
||||||
* sysdeps/generic/libc-tls.c: Undo last patch.
|
* sysdeps/generic/libc-tls.c: Undo last patch.
|
||||||
|
@ -59,7 +59,7 @@ __sparc64.get_pic.l7: \
|
|||||||
.previous; \
|
.previous; \
|
||||||
save %sp, -192, %sp; \
|
save %sp, -192, %sp; \
|
||||||
sethi %hi(_GLOBAL_OFFSET_TABLE_-4), %l7; \
|
sethi %hi(_GLOBAL_OFFSET_TABLE_-4), %l7; \
|
||||||
call __sparc.get_pic.l7; \
|
call __sparc64.get_pic.l7; \
|
||||||
add %l7, %lo(_GLOBAL_OFFSET_TABLE_+4), %l7; \
|
add %l7, %lo(_GLOBAL_OFFSET_TABLE_+4), %l7; \
|
||||||
ldx [%l7 + errno], %l0; \
|
ldx [%l7 + errno], %l0; \
|
||||||
st %i0, [%l0]; \
|
st %i0, [%l0]; \
|
||||||
|
Loading…
Reference in New Issue
Block a user