aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/ia64/memchr.S
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2000-09-09 08:04:57 +0000
committerUlrich Drepper <drepper@redhat.com>2000-09-09 08:04:57 +0000
commita1ce647f8871e64dfcf62eb31108b25ed08914cb (patch)
tree811714f7181a79f1bebc51c1e40770f9e0da0fc7 /sysdeps/ia64/memchr.S
parentfc5f4a97487fffc7f5451d216f278d83a8259efe (diff)
downloadglibc-a1ce647f8871e64dfcf62eb31108b25ed08914cb.zip
glibc-a1ce647f8871e64dfcf62eb31108b25ed08914cb.tar.gz
glibc-a1ce647f8871e64dfcf62eb31108b25ed08914cb.tar.bz2
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>.
Diffstat (limited to 'sysdeps/ia64/memchr.S')
-rw-r--r--sysdeps/ia64/memchr.S1
1 files changed, 1 insertions, 0 deletions
diff --git a/sysdeps/ia64/memchr.S b/sysdeps/ia64/memchr.S
index e02945a..5ec9b21 100644
--- a/sysdeps/ia64/memchr.S
+++ b/sysdeps/ia64/memchr.S
@@ -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