src/runtime ChangeLog arith.c

hunt@sourceware.org hunt@sourceware.org
Thu Sep 8 18:22:00 GMT 2005


CVSROOT:	/cvs/systemtap
Module name:	src
Changes by:	hunt@sourceware.org	2005-09-08 18:22:52

Modified files:
	runtime        : ChangeLog arith.c 

Log message:
	2005-09-08  Martin Hunt  <hunt@redhat.com>
	
	* arith.c (_stp_div64): For 64-bit cpus, just use native
	division. Otherwise call _div64().
	(_stp_mod64): Call _mod64() isf necessary.
	(_div64): 64-bit division for 32-bit cpus.
	(_mod64): 64-bit modulo for 32-bit cpus.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/runtime/ChangeLog.diff?cvsroot=systemtap&r1=1.48&r2=1.49
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/runtime/arith.c.diff?cvsroot=systemtap&r1=1.3&r2=1.4



More information about the Systemtap-cvs mailing list