From c3c822d506d98ca880dd2da32b5af0330a3c0f91 Mon Sep 17 00:00:00 2001 From: Caroline Tice Date: Tue, 12 Apr 2005 13:39:09 -0700 Subject: Revert patch from April 9. From-SVN: r98039 --- gcc/output.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'gcc/output.h') diff --git a/gcc/output.h b/gcc/output.h index ac90908baf8..4d9eabb49f7 100644 --- a/gcc/output.h +++ b/gcc/output.h @@ -453,6 +453,11 @@ enum in_section { no_section, in_text, in_unlikely_executed_text, in_data, #endif }; +extern char *unlikely_section_label; +extern char *hot_section_label; +extern char *hot_section_end_label; +extern char *cold_section_end_label; +extern char *unlikely_text_section_name; extern const char *last_text_section_name; extern enum in_section last_text_section; extern bool first_function_block_is_cold; -- cgit v1.2.1