]> sourceware.org Git - glibc.git/commitdiff
* sysdeps/x86_64/strcspn.S: Fix typo in last patch.
authorAndreas Jaeger <aj@suse.de>
Mon, 12 Jan 2004 16:41:44 +0000 (16:41 +0000)
committerAndreas Jaeger <aj@suse.de>
Mon, 12 Jan 2004 16:41:44 +0000 (16:41 +0000)
ChangeLog
sysdeps/x86_64/strcspn.S

index fe4918e4cb54a0181dfdafb9f8891f39a15a2755..e2842c5b3a3cb6d0f4ba464d87af5aab5ace9594 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.
index 05d98d0200f83339feef95507b9cd8f9b26645c2..63af04aeabd73a667a7f64ce94d279f661bf217b 100644 (file)
@@ -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.  */
This page took 0.052016 seconds and 5 git commands to generate.