summaryrefslogtreecommitdiff
path: root/gcc/debug.c
diff options
context:
space:
mode:
authorCaroline Tice <ctice@gcc.gnu.org>2005-03-31 06:59:59 -0800
committerCaroline Tice <ctice@gcc.gnu.org>2005-03-31 06:59:59 -0800
commit87c8b4bed31dbbf4708549e10814197cac4d8249 (patch)
treeade60c4c4ed198b0036370e03ebd3a1f64ee4817 /gcc/debug.c
parent68ec3111c0ff30d2dc2f172897379cc891ae180d (diff)
Fix problems with hot/cold partitioning optimization.
From-SVN: r97322
Diffstat (limited to 'gcc/debug.c')
-rw-r--r--gcc/debug.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/debug.c b/gcc/debug.c
index ab26bc1cae5..e34b7b9f61b 100644
--- a/gcc/debug.c
+++ b/gcc/debug.c
@@ -48,6 +48,7 @@ const struct gcc_debug_hooks do_nothing_debug_hooks =
debug_nothing_rtx, /* label */
debug_nothing_int, /* handle_pch */
debug_nothing_rtx, /* var_location */
+ debug_nothing_void, /* switch_text_section */
0 /* start_end_main_source_file */
};