summaryrefslogtreecommitdiff
path: root/gcc/function.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/function.h')
-rw-r--r--gcc/function.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/gcc/function.h b/gcc/function.h
index 0720c12ca5d..f0622338209 100644
--- a/gcc/function.h
+++ b/gcc/function.h
@@ -357,10 +357,10 @@ struct function GTY(())
be used by debugger functions for determining the size of text
sections. */
- const char * hot_section_label;
- const char * cold_section_label;
- const char * hot_section_end_label;
- const char * cold_section_end_label;
+ const char *hot_section_label;
+ const char *cold_section_label;
+ const char *hot_section_end_label;
+ const char *cold_section_end_label;
/* String to be used for name of cold text sections, via
targetm.asm_out.named_section. */