Module Name: pcc
Committed By: gmcgarry
Date: Thu Nov 22 18:36:45 UTC 2007
Modified Files:
pcc/arch/arm: code.c local.c local2.c macdefs.h order.c table.c
Log Message:
ARM fixes:
- add floating-point support
- work-in-progress of varargs
- return structures from functions
- fix structure assignments
- fix many type conversions
- improve instruction emulation
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pcc/arch/arm/code.c pcc/arch/arm/macdefs.h
cvs rdiff -u -r1.2 -r1.3 pcc/arch/arm/local.c
cvs rdiff -u -r1.6 -r1.7 pcc/arch/arm/local2.c pcc/arch/arm/table.c
cvs rdiff -u -r1.1 -r1.2 pcc/arch/arm/order.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.