coreboot-kgpe-d16/util/romcc
Eric Biederman 41203d9b77 - Romcc preprocessor bug fixes, (The code size went down about 350 lines.. :)
- Preprocessor constant expression evaluation is no long a special case so
  unsigned long values can not be used.
- Undefined macros are not converted to 0.  But a big warning is printed.
- Garbage at the of an #include directive is now done in tokens instead of
  in characters.
  This allows comments after an #include directive.
- Repaired a previously unnoticed regression in constant expression
  evaluation.  Logical expressions can now be evaluated again.


git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1767 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
2004-11-08 09:31:09 +00:00
..
results - Upgrade to romcc version 0.63 2004-05-28 14:11:54 +00:00
tests - Upgrade to romcc version 0.63 2004-05-28 14:11:54 +00:00
COPYING - Checking latest version of romcc 2003-04-22 18:44:01 +00:00
do_tests.sh - Upgrade to romcc version 0.63 2004-05-28 14:11:54 +00:00
Makefile - Upgrade to romcc version 0.63 2004-05-28 14:11:54 +00:00
romcc.c - Romcc preprocessor bug fixes, (The code size went down about 350 lines.. :) 2004-11-08 09:31:09 +00:00
tests.sh - Upgrade to romcc version 0.63 2004-05-28 14:11:54 +00:00