Module Name: pcc
Committed By: gmcgarry
Date: Thu Apr 10 01:34:16 UTC 2008
Modified Files:
pcc/arch/powerpc: code.c local.c local2.c macdefs.h order.c table.c
Log Message:
Major overhaul to update powerpc target:
- stack layout
- long long support
- floating-point support
- soft-float
- PIC
- structures
- bit-fields
- endianness
- built-ins
- profiling
- mach-o and ELF
To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pcc/arch/powerpc/code.c
cvs rdiff -u -r1.9 -r1.10 pcc/arch/powerpc/local.c
cvs rdiff -u -r1.11 -r1.12 pcc/arch/powerpc/local2.c
cvs rdiff -u -r1.5 -r1.6 pcc/arch/powerpc/macdefs.h pcc/arch/powerpc/order.c
cvs rdiff -u -r1.13 -r1.14 pcc/arch/powerpc/table.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.