diff options
author | Caroline Tice <ctice@gcc.gnu.org> | 2005-04-12 13:39:09 -0700 |
---|---|---|
committer | Caroline Tice <ctice@gcc.gnu.org> | 2005-04-12 13:39:09 -0700 |
commit | c3c822d506d98ca880dd2da32b5af0330a3c0f91 (patch) | |
tree | 2a43fb81a341285d6b565e80e3d30dcf600bd613 /gcc/output.h | |
parent | b0d9bc9b22e6118728e4a156aeb18b908ae5b41c (diff) | |
download | gcc-c3c822d506d98ca880dd2da32b5af0330a3c0f91.tar.gz |
Revert patch from April 9.
From-SVN: r98039
Diffstat (limited to 'gcc/output.h')
-rw-r--r-- | gcc/output.h | 5 |
1 files changed, 5 insertions, 0 deletions
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; |