Module Name: pcc
Committed By: gmcgarry
Date: Wed Aug 13 22:56:33 UTC 2008
Modified Files:
pcc/cc/ccom: main.c pass1.h pftn.c scan.l
Log Message:
- shrink overall size of structures when packed
- support #pragma pack(x) and #pragma pack()
- add -fpack-struct=x to force default structure packing
To generate a diff of this commit:
cvs rdiff -u -r1.87 -r1.88 pcc/cc/ccom/main.c
cvs rdiff -u -r1.151 -r1.152 pcc/cc/ccom/pass1.h
cvs rdiff -u -r1.222 -r1.223 pcc/cc/ccom/pftn.c
cvs rdiff -u -r1.78 -r1.79 pcc/cc/ccom/scan.l
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.