[M3commit] CVS Update: cm3

Jay Krell jkrell at elego.de
Tue Jun 29 14:08:31 CEST 2010


CVSROOT:	/usr/cvs
Changes by:	jkrell at birch.	10/06/29 14:08:31

Modified files:
	cm3/m3-sys/m3cc/gcc/gcc/m3cg/: parse.c 

Log message:
	Start fixing configure -enable-checking problems.
	Start with the very simplest: bit-or/and/xor/not.
	There are some small changes in m3core as a result but
	they don't appear to be semantically interesting, mostly stuff like:
	-	movq	-32(%rbp), %rdx
	-	movq	-24(%rbp), %rax
	+	movq	-24(%rbp), %rdx
	+	movq	-32(%rbp), %rax
	orq	%rdx, %rax
	
	when I tried reversing the parameter order, the changes where larger.




More information about the M3commit mailing list