Module Name: pcc
Committed By: ragge
Date: Thu Jun 23 13:38:23 UTC 2011
Modified Files:
pcc/arch/amd64: code.c local.c
pcc/cc/ccom: cgram.y init.c inline.c pass1.h pftn.c symtabs.c trees.c
pcc/mip: manifest.h
Log Message:
Change the handling of directives and label printout slightly, much of this
code is just copied between targets so keep it common with the possibility
to override with target-specific functions.
To generate a diff of this commit:
cvs rdiff -u -r1.57 -r1.58 pcc/arch/amd64/code.c pcc/arch/amd64/local.c
cvs rdiff -u -r1.332 -r1.333 pcc/cc/ccom/cgram.y
cvs rdiff -u -r1.72 -r1.73 pcc/cc/ccom/init.c
cvs rdiff -u -r1.42 -r1.43 pcc/cc/ccom/inline.c
cvs rdiff -u -r1.227 -r1.228 pcc/cc/ccom/pass1.h
cvs rdiff -u -r1.325 -r1.326 pcc/cc/ccom/pftn.c
cvs rdiff -u -r1.19 -r1.20 pcc/cc/ccom/symtabs.c
cvs rdiff -u -r1.288 -r1.289 pcc/cc/ccom/trees.c
cvs rdiff -u -r1.93 -r1.94 pcc/mip/manifest.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.