projects
/
platform
/
upstream
/
linaro-glibc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7e7458e
)
* sysdeps/x86_64/strcspn.S: Fix typo in last patch.
author
Andreas Jaeger
<aj@suse.de>
Mon, 12 Jan 2004 16:41:44 +0000
(16:41 +0000)
committer
Andreas Jaeger
<aj@suse.de>
Mon, 12 Jan 2004 16:41:44 +0000
(16:41 +0000)
ChangeLog
patch
|
blob
|
history
sysdeps/x86_64/strcspn.S
patch
|
blob
|
history
diff --git
a/ChangeLog
b/ChangeLog
index
fe4918e
..
e2842c5
100644
(file)
--- a/
ChangeLog
+++ b/
ChangeLog
@@
-1,3
+1,7
@@
+2004-01-12 Jakub Jelinek <jakub@redhat.com>
+
+ * sysdeps/x86_64/strcspn.S: Fix typo in last patch.
+
2004-01-11 Andreas Jaeger <aj@suse.de>
* sysdeps/x86_64/__longjmp.S: Add cfi directives.
diff --git
a/sysdeps/x86_64/strcspn.S
b/sysdeps/x86_64/strcspn.S
index
05d98d0
..
63af04a
100644
(file)
--- a/
sysdeps/x86_64/strcspn.S
+++ b/
sysdeps/x86_64/strcspn.S
@@
-40,7
+40,7
@@
ENTRY (strcspn)
table. */
movq %rdi, %r8 /* Save value. */
subq $256, %rsp /* Make space for 256 bytes. */
- cfi_adjust_cfa_offset(
-
256)
+ cfi_adjust_cfa_offset(256)
movq $32, %rcx /* 32*8 bytes = 256 bytes. */
movq %rsp, %rdi
xorq %rax, %rax /* We store 0s. */