Module Name: pcc
Committed By: ragge
Date: Thu Aug 9 11:41:28 UTC 2012
Modified Files:
pcc: configure.ac
pcc/arch/amd64: code.c local.c macdefs.h
pcc/cc/ccom: builtins.c cgram.y main.c pass1.h pftn.c
pcc/cc/driver: platform.c
Log Message:
Change the builtin function handling extensively.
Put the builtins into the symbol table at startup.
Do replacement check before parsing arguments.
This should fix __builtin_nanf bugs reported on pcc-list.
To generate a diff of this commit:
cvs rdiff -u -r1.113 -r1.114 pcc/configure.ac
cvs rdiff -u -r1.64 -r1.65 pcc/arch/amd64/code.c
cvs rdiff -u -r1.67 -r1.68 pcc/arch/amd64/local.c
cvs rdiff -u -r1.22 -r1.23 pcc/arch/amd64/macdefs.h
cvs rdiff -u -r1.35 -r1.36 pcc/cc/ccom/builtins.c
cvs rdiff -u -r1.347 -r1.348 pcc/cc/ccom/cgram.y
cvs rdiff -u -r1.118 -r1.119 pcc/cc/ccom/main.c
cvs rdiff -u -r1.241 -r1.242 pcc/cc/ccom/pass1.h
cvs rdiff -u -r1.350 -r1.351 pcc/cc/ccom/pftn.c
cvs rdiff -u -r1.4 -r1.5 pcc/cc/driver/platform.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.