aboutsummaryrefslogtreecommitdiff
path: root/gcc/output.h
diff options
context:
space:
mode:
authorCaroline Tice <ctice@apple.com>2005-04-09 20:41:49 +0000
committerCaroline Tice <ctice@gcc.gnu.org>2005-04-09 13:41:49 -0700
commite5e625da47c6215bb0075bfdf7da3a7595d16a32 (patch)
treeec3765f0365ed2285df397e3dba04f4164e18760 /gcc/output.h
parentbd0e28a2adf23055c04afb46a8cda62bc02265b1 (diff)
downloadgcc-e5e625da47c6215bb0075bfdf7da3a7595d16a32.zip
gcc-e5e625da47c6215bb0075bfdf7da3a7595d16a32.tar.gz
gcc-e5e625da47c6215bb0075bfdf7da3a7595d16a32.tar.bz2
Fix problems with labels with hot/cold partitioning.
From-SVN: r97928
Diffstat (limited to 'gcc/output.h')
-rw-r--r--gcc/output.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/gcc/output.h b/gcc/output.h
index 4d9eabb..ac90908 100644
--- a/gcc/output.h
+++ b/gcc/output.h
@@ -453,11 +453,6 @@ 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;