diff options
author | 2001-02-07 01:28:35 +0000 | |
---|---|---|
committer | 2001-02-07 01:28:35 +0000 | |
commit | 672fd41bbcc594603afb7ce444ae2ffd23dc0bdc (patch) | |
tree | d0624e070a96313c60bc2f171d408f1ff74b3953 /linuxthreads/sysdeps/unix/sysv/linux/ia64 | |
parent | (tests): Add bug-regex1. (diff) | |
download | glibc-672fd41bbcc594603afb7ce444ae2ffd23dc0bdc.tar.xz glibc-672fd41bbcc594603afb7ce444ae2ffd23dc0bdc.zip |
Update.
2001-02-06 Ulrich Drepper <drepper@redhat.com>
* sysdeps/unix/sysv/linux/ia64/pt-initfini.c: First attempt to fix the
broken code. Patch by Jes Sorensen.
Diffstat (limited to 'linuxthreads/sysdeps/unix/sysv/linux/ia64')
-rw-r--r-- | linuxthreads/sysdeps/unix/sysv/linux/ia64/pt-initfini.c | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/linuxthreads/sysdeps/unix/sysv/linux/ia64/pt-initfini.c b/linuxthreads/sysdeps/unix/sysv/linux/ia64/pt-initfini.c index 766d4815fc..5ea75d6aed 100644 --- a/linuxthreads/sysdeps/unix/sysv/linux/ia64/pt-initfini.c +++ b/linuxthreads/sysdeps/unix/sysv/linux/ia64/pt-initfini.c @@ -60,13 +60,11 @@ _init: st8 [r12] = gp, -16 br.call.sptk.many b0 = __pthread_initialize_minimal# ;; ;; - cmp.eq p6, p7 = 0, r15 - (p6) br.cond.dptk .L5 + cmp.ne p6, p0 = 0, r15 - br.call.sptk.many b0 = __gmon_start__# ;; +(p6) br.call.sptk.many b0 = __gmon_start__# ;; adds r12 = 16, r12 ;; -.L5: ld8 gp = [r12] ;; .align 16 |