Module Name: pcc
Committed By: ragge
Date: Thu Jun 2 15:29:54 UTC 2011
Modified Files:
pcc/cc/ccom: pass1.h scan.l trees.c
Log Message:
Provide some common code for byte-addressed targets, which is the usual case,
and let word-addressed targets define WORD_ADDRESSED.
This removes the need for offcon() and PMCONV/PVCONV in target code.
To generate a diff of this commit:
cvs rdiff -u -r1.221 -r1.222 pcc/cc/ccom/pass1.h
cvs rdiff -u -r1.106 -r1.107 pcc/cc/ccom/scan.l
cvs rdiff -u -r1.285 -r1.286 pcc/cc/ccom/trees.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.