Module Name: pcc
Committed By: ragge
Date: Sun Feb 10 19:22:22 UTC 2008
Modified Files:
pcc/arch/i386: local2.c
pcc/cc/ccom: cgram.y trees.c
pcc/mip: common.c node.h reader.c
Log Message:
First try at supporting gcc-compatible extended assembler. Can generate
simple expressions like asm("foo %1 %2" : : "r"((char)1), "r"(2)); correct.
To generate a diff of this commit:
cvs rdiff -u -r1.100 -r1.101 pcc/arch/i386/local2.c
cvs rdiff -u -r1.194 -r1.195 pcc/cc/ccom/cgram.y
cvs rdiff -u -r1.187 -r1.188 pcc/cc/ccom/trees.c
cvs rdiff -u -r1.74 -r1.75 pcc/mip/common.c
cvs rdiff -u -r1.31 -r1.32 pcc/mip/node.h
cvs rdiff -u -r1.215 -r1.216 pcc/mip/reader.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.