summaryrefslogtreecommitdiffstats
path: root/runtime/builtin_functions.h
Commit message (Collapse)AuthorAgeFilesLines
* 2005-07-14 Frank Ch. Eigler <fche@redhat.com>fche2005-07-141-1/+1
| | | | * builtin_functions.h (printk): Use explicit format string.
* 2005-07-12 Graydon Hoare <graydon@redhat.com>graydon2005-07-131-0/+60
* elaborate.cxx (semantic_pass_symbols): Only enter body if non-null. (semantic_pass_types): Likewise. (semantic_pass): Pass session to register_standard_tapsets. * translate.cxx (builtin_collector): New struct. (hookup_builtins): New function. (translate_pass): Only translate functions with bodies. (c_unparser::emit_common_header): Likewise, and call hookup_builtins. * tapsets.hh (builtin_function): New class. (register_standard_tapsets): Change parameter to session. * tapsets.cc (bultin_function::*): Implement class. (register_standard_tapsets): Register printk, log, warn. * testsuite/transok/six.stp: New test.