Module Name: pcc
Committed By: ragge
Date: Mon May 30 17:31:31 UTC 2011
Modified Files:
pcc/cc/ccom: cgram.y init.c optim.c pass1.h
Log Message:
Make nodes for initializers always be constant, even if doing PIC,
independent of andable() (since they must be constant).
Simplifies large parts of the target-dependent code.
To generate a diff of this commit:
cvs rdiff -u -r1.329 -r1.330 pcc/cc/ccom/cgram.y
cvs rdiff -u -r1.65 -r1.66 pcc/cc/ccom/init.c
cvs rdiff -u -r1.39 -r1.40 pcc/cc/ccom/optim.c
cvs rdiff -u -r1.218 -r1.219 pcc/cc/ccom/pass1.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.