From 121de39fc0ebadfbf9ef9f1721aa3cac42ac92e1 Mon Sep 17 00:00:00 2001 From: Richard Henderson Date: Fri, 30 Mar 2007 14:12:53 -0700 Subject: directives.c (lex_macro_node_from_str): New. libcpp/ * directives.c (lex_macro_node_from_str): New. (cpp_push_definition, cpp_pop_definition): New. * include/cpplib.h (cpp_push_definition, cpp_pop_definition): Declare. gcc/ * c-pragma.c (struct def_pragma_macro_value): New. (struct def_pragma_macro): New. (pushed_macro_table): New. (dpm_hash, dpm_eq): New. (handle_pragma_push_macro, handle_pragma_pop_macro): New. (init_pragma): Install them. * doc/tm.texi (HANDLE_PRAGMA_PUSH_POP_MACRO): New. Co-Authored-By: Kai Tietz From-SVN: r123370 --- gcc/ChangeLog | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'gcc/ChangeLog') diff --git a/gcc/ChangeLog b/gcc/ChangeLog index e426c4d..1f01dac 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,14 @@ +2007-03-30 Richard Henderson + Kai Tietz + + * c-pragma.c (struct def_pragma_macro_value): New. + (struct def_pragma_macro): New. + (pushed_macro_table): New. + (dpm_hash, dpm_eq): New. + (handle_pragma_push_macro, handle_pragma_pop_macro): New. + (init_pragma): Install them. + * doc/tm.texi (HANDLE_PRAGMA_PUSH_POP_MACRO): New. + 2007-03-30 Anatoly Sokolov * config/avr/avr.c (avr_override_options): Clear -- cgit v1.1