This is the mail archive of the libc-alpha@sources.redhat.com mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[alpha] fix gettimeofday typo


Obvious; I'll check it in myself later this evening.


r~



	* sysdeps/unix/sysv/linux/alpha/gettimeofday.S: Fix typo in conversion.

Index: sysdeps/unix/sysv/linux/alpha/gettimeofday.S
===================================================================
RCS file: /cvs/glibc/libc/sysdeps/unix/sysv/linux/alpha/gettimeofday.S,v
retrieving revision 1.6
diff -c -p -d -r1.6 gettimeofday.S
*** sysdeps/unix/sysv/linux/alpha/gettimeofday.S	8 Nov 2002 02:18:47 -0000	1.6
--- sysdeps/unix/sysv/linux/alpha/gettimeofday.S	6 Jun 2003 00:59:39 -0000
*************** $do32:	ldi	v0, SYS_ify(osf_gettimeofday)
*** 86,92 ****
  	ldl	t0, 0(a0)
  	ldl	t1, 4(a0)
  	stq	t0, 0(a0)
! 	stq	t1, 0(a0)
  
  2:	addq	sp, 16, sp
  	ret
--- 86,92 ----
  	ldl	t0, 0(a0)
  	ldl	t1, 4(a0)
  	stq	t0, 0(a0)
! 	stq	t1, 8(a0)
  
  2:	addq	sp, 16, sp
  	ret


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]