diff options
author | ctice <ctice@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-04-12 20:39:09 +0000 |
---|---|---|
committer | ctice <ctice@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-04-12 20:39:09 +0000 |
commit | e6bdfb7433723ffcd81b83ded00ee81a3ac34d2a (patch) | |
tree | 2a43fb81a341285d6b565e80e3d30dcf600bd613 /gcc/output.h | |
parent | 2fc56f5394a1a30adddfddc13285d8a8d8b722cc (diff) | |
download | gcc-e6bdfb7433723ffcd81b83ded00ee81a3ac34d2a.tar.gz |
Revert patch from April 9.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@98039 138bc75d-0d04-0410-961f-82ee72b054a4
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; |