about summary refs log tree commit diff
diff options
context:
space:
mode:
authorRichard Henderson <rth@redhat.com>2003-06-06 05:51:53 +0000
committerRichard Henderson <rth@redhat.com>2003-06-06 05:51:53 +0000
commit44c7664f803b23cd94aa4e70d6aac347cd3fca04 (patch)
tree9a93a3a9cf48429b23892575e1d3c5fdf1dc2f4a
parent63e1f70d4dcc68de6c6c31a3878bd319e9d79f81 (diff)
downloadglibc-44c7664f803b23cd94aa4e70d6aac347cd3fca04.tar.gz
glibc-44c7664f803b23cd94aa4e70d6aac347cd3fca04.tar.xz
glibc-44c7664f803b23cd94aa4e70d6aac347cd3fca04.zip
* sysdeps/unix/sysv/linux/alpha/gettimeofday.S: Fix typo in conversion.
        * sysdeps/unix/sysv/linux/alpha/gettimeofday.S: Fix typo in conversion.
-rw-r--r--ChangeLog2
-rw-r--r--sysdeps/unix/sysv/linux/alpha/gettimeofday.S2
2 files changed, 3 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index e51ea03718..01083ac26a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2003-06-04  Richard Henderson  <rth@redhat.com>
 
+        * sysdeps/unix/sysv/linux/alpha/gettimeofday.S: Fix typo in conversion.
+
         * include/libc-symbols.h (symbol_set_declare): Use arrays
         of unspecified size.
 
diff --git a/sysdeps/unix/sysv/linux/alpha/gettimeofday.S b/sysdeps/unix/sysv/linux/alpha/gettimeofday.S
index 71b8c134dc..221a113dcd 100644
--- a/sysdeps/unix/sysv/linux/alpha/gettimeofday.S
+++ b/sysdeps/unix/sysv/linux/alpha/gettimeofday.S
@@ -86,7 +86,7 @@ $do32:	ldi	v0, SYS_ify(osf_gettimeofday)
 	ldl	t0, 0(a0)
 	ldl	t1, 4(a0)
 	stq	t0, 0(a0)
-	stq	t1, 0(a0)
+	stq	t1, 8(a0)
 
 2:	addq	sp, 16, sp
 	ret