diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-09-09 08:04:57 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-09-09 08:04:57 +0000 |
commit | a1ce647f8871e64dfcf62eb31108b25ed08914cb (patch) | |
tree | 811714f7181a79f1bebc51c1e40770f9e0da0fc7 /sysdeps/ia64/memchr.S | |
parent | fc5f4a97487fffc7f5451d216f278d83a8259efe (diff) | |
download | glibc-a1ce647f8871e64dfcf62eb31108b25ed08914cb.tar.gz glibc-a1ce647f8871e64dfcf62eb31108b25ed08914cb.tar.xz glibc-a1ce647f8871e64dfcf62eb31108b25ed08914cb.zip |
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.S | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysdeps/ia64/memchr.S b/sysdeps/ia64/memchr.S index e02945aa2e..5ec9b21032 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 |