comparison gcc/debug.c @ 36:855418dad1a3

gcc-4.4-20091020
author e075725
date Tue, 22 Dec 2009 21:19:31 +0900
parents a06113de4d67
children 77e2b8dfacca
comparison
equal deleted inserted replaced
19:58ad6c70ea60 36:855418dad1a3
25 /* The do-nothing debug hooks. */ 25 /* The do-nothing debug hooks. */
26 const struct gcc_debug_hooks do_nothing_debug_hooks = 26 const struct gcc_debug_hooks do_nothing_debug_hooks =
27 { 27 {
28 debug_nothing_charstar, 28 debug_nothing_charstar,
29 debug_nothing_charstar, 29 debug_nothing_charstar,
30 debug_nothing_void,
30 debug_nothing_int_charstar, 31 debug_nothing_int_charstar,
31 debug_nothing_int_charstar, 32 debug_nothing_int_charstar,
32 debug_nothing_int_charstar, 33 debug_nothing_int_charstar,
33 debug_nothing_int, 34 debug_nothing_int,
34 debug_nothing_int_int, /* begin_block */ 35 debug_nothing_int_int, /* begin_block */