diff options
author | geoffk <geoffk@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-09-10 18:54:31 +0000 |
---|---|---|
committer | geoffk <geoffk@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-09-10 18:54:31 +0000 |
commit | 9de401ff70ea44a84cd388cc9d4ae80c8d5a54e1 (patch) | |
tree | c363eda5a0c61f70b16243aa8b145619b2546b91 /gcc/output.h | |
parent | c0cffdfcec8078e6f47e50cf90ac99b1e9a2868b (diff) | |
download | gcc-9de401ff70ea44a84cd388cc9d4ae80c8d5a54e1.tar.gz |
* 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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@87313 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/output.h')
-rw-r--r-- | gcc/output.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/gcc/output.h b/gcc/output.h index e832eb3d706..1e1d1defa31 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); |