aboutsummaryrefslogtreecommitdiff
path: root/gcc/output.h
diff options
context:
space:
mode:
authorGeoffrey Keating <geoffk@apple.com>2004-09-10 18:54:31 +0000
committerGeoffrey Keating <geoffk@gcc.gnu.org>2004-09-10 18:54:31 +0000
commit5f11bc8b45cd3beac4fa60f5bad0ee43dde266af (patch)
treec363eda5a0c61f70b16243aa8b145619b2546b91 /gcc/output.h
parent18b3a02a1c6aa1d0b11547650b267d91813b6f5c (diff)
downloadgcc-5f11bc8b45cd3beac4fa60f5bad0ee43dde266af.zip
gcc-5f11bc8b45cd3beac4fa60f5bad0ee43dde266af.tar.gz
gcc-5f11bc8b45cd3beac4fa60f5bad0ee43dde266af.tar.bz2
output.h (unlikely_section_label): Delete declaration.
* output.h (unlikely_section_label): Delete declaration. (unlikely_text_section_name): Likewise. * varasm.c (unlikely_section_label_printed): Make static. (unlikely_section_label): Likewise. (unlikely_text_section_name): Likewise. From-SVN: r87313
Diffstat (limited to 'gcc/output.h')
-rw-r--r--gcc/output.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/gcc/output.h b/gcc/output.h
index e832eb3..1e1d1de 100644
--- a/gcc/output.h
+++ b/gcc/output.h
@@ -392,10 +392,6 @@ extern const char *first_global_object_name;
/* The first weak object in the file. */
extern const char *weak_global_object_name;
-/* Label at start of unlikely section, when partitioning hot/cold basic
- blocks. */
-extern char *unlikely_section_label;
-
/* Nonzero if function being compiled doesn't contain any calls
(ignoring the prologue and epilogue). This is set prior to
local register allocation and is valid for the remaining
@@ -442,12 +438,6 @@ extern tree last_assemble_variable_decl;
extern bool decl_readonly_section (tree, int);
extern bool decl_readonly_section_1 (tree, int, int);
-/* The following global variable indicates the section name to be used
- for the current cold section, when partitioning hot and cold basic
- blocks into separate sections. */
-
-extern char *unlikely_text_section_name;
-
/* This can be used to compute RELOC for the function above, when
given a constant expression. */
extern int compute_reloc_for_constant (tree);