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@apple.com>2005-04-09 20:41:49 +0000
commit8bfdb4bd39859b08dce3156f2e599410785e4278 (patch)
treeec3765f0365ed2285df397e3dba04f4164e18760 /gcc/output.h
parentfe2c20f8e4182770b57f2b47e072d713eb9adb18 (diff)
Fix problems with labels with hot/cold partitioning.
git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@97928 138bc75d-0d04-0410-961f-82ee72b054a4
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 4d9eabb49f7..ac90908baf8 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;