Module Name: pcc
Committed By: ragge
Date: Sun Apr 20 09:41:39 UTC 2008
Modified Files:
pcc/cc/ccom: main.c pass1.h pftn.c scan.l
pcc/mip: common.c manifest.h reader.c regs.c
Log Message:
Add support for xasm output values in registers and numeric arguments.
Add a few CM-separated list common functions.
Add keyword _Complex + some code to unjderstand it. No complex support
besides that.
To generate a diff of this commit:
cvs rdiff -u -r1.77 -r1.78 pcc/cc/ccom/main.c
cvs rdiff -u -r1.141 -r1.142 pcc/cc/ccom/pass1.h
cvs rdiff -u -r1.202 -r1.203 pcc/cc/ccom/pftn.c
cvs rdiff -u -r1.71 -r1.72 pcc/cc/ccom/scan.l
cvs rdiff -u -r1.79 -r1.80 pcc/mip/common.c
cvs rdiff -u -r1.73 -r1.74 pcc/mip/manifest.h
cvs rdiff -u -r1.220 -r1.221 pcc/mip/reader.c
cvs rdiff -u -r1.172 -r1.173 pcc/mip/regs.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.