Module Name: pcc
Committed By: gmcgarry
Date: Fri Nov 30 23:29:13 UTC 2007
Modified Files:
pcc/arch/mips: code.c local.c local2.c order.c table.c
Log Message:
- fix nested functions
- fix add instruction
- fix 64-bit right shifts
- fix libc type conversions
- fix floating-point comparisons
- fix type conversions to/from floats
- fix typos in table.c
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pcc/arch/mips/code.c pcc/arch/mips/local.c \
pcc/arch/mips/order.c
cvs rdiff -u -r1.11 -r1.12 pcc/arch/mips/local2.c
cvs rdiff -u -r1.6 -r1.7 pcc/arch/mips/table.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.