mirror of
https://sourceware.org/git/glibc.git
synced 2025-01-03 00:10:10 +00:00
Update.
* sysdeps/ia64/memchr.S: Add .pred.rel to avoid wrong assembler warnings. * sysdeps/ia64/memccpy.S: Likewise. Patches by Jim Wilson <wilson@redhat.com>.
This commit is contained in:
parent
fc5f4a9748
commit
a1ce647f88
@ -1,5 +1,10 @@
|
||||
2000-09-09 Ulrich Drepper <drepper@redhat.com>
|
||||
|
||||
* sysdeps/ia64/memchr.S: Add .pred.rel to avoid wrong assembler
|
||||
warnings.
|
||||
* sysdeps/ia64/memccpy.S: Likewise.
|
||||
Patches by Jim Wilson <wilson@redhat.com>.
|
||||
|
||||
* sysdeps/unix/sysv/linux/dl-osinfo.h (DL_SYSDEP_OSCHECK): Use uname
|
||||
before trying to read /proc.
|
||||
Patch by Matt Wilson <msw@redhat.com>.
|
||||
|
@ -148,6 +148,7 @@ ENTRY(memccpy)
|
||||
mov ar.lc = saved_lc // restore the loop counter
|
||||
br.ret.sptk.many b0
|
||||
.gotit:
|
||||
.pred.rel "mutex" p6, p7
|
||||
(p6) mov value = val[3] // if coming from l2
|
||||
(p7) mov value = r[MEMLAT+2] // if coming from l3
|
||||
mov ar.lc = pos0[1] ;;
|
||||
|
@ -114,6 +114,7 @@ ENTRY(__memchr)
|
||||
cmp.ne p6, p0 = r0, r0 // clear p6 (p7 was already 0 when we got here)
|
||||
mov ret0 = r0 ;; // return NULL
|
||||
.foundit:
|
||||
.pred.rel "mutex" p6, p7
|
||||
(p6) adds ret0 = -1, ret0 // if we got here from l1 or l3
|
||||
(p7) add ret0 = addr[MEMLAT+2], poschr[1] // if we got here from l2
|
||||
mov pr = saved_pr, -1
|
||||
|
Loading…
Reference in New Issue
Block a user