summaryrefslogtreecommitdiff
path: root/gcc/config/arm/arm.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/config/arm/arm.h')
-rw-r--r--gcc/config/arm/arm.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/gcc/config/arm/arm.h b/gcc/config/arm/arm.h
index dacce2b7f08..f52724d01ad 100644
--- a/gcc/config/arm/arm.h
+++ b/gcc/config/arm/arm.h
@@ -79,11 +79,11 @@ extern GTY(()) rtx arm_target_insn;
extern void (*arm_lang_output_object_attributes_hook)(void);
/* This type is the user-visible __fp16. We need it in a few places in
- the backend. Defined in arm-builtins.c. */
+ the backend. Defined in arm-builtins.cc. */
extern tree arm_fp16_type_node;
/* This type is the user-visible __bf16. We need it in a few places in
- the backend. Defined in arm-builtins.c. */
+ the backend. Defined in arm-builtins.cc. */
extern tree arm_bf16_type_node;
extern tree arm_bf16_ptr_type_node;
@@ -1715,7 +1715,7 @@ typedef struct
bl mcount
.word LP1
- profile_function() in final.c outputs the .data section, FUNCTION_PROFILER
+ profile_function() in final.cc outputs the .data section, FUNCTION_PROFILER
will output the .text section.
The ``mov ip,lr'' seems like a good idea to stick with cc convention.
@@ -2228,7 +2228,7 @@ extern int making_const_table;
that ASM_OUTPUT_REG_PUSH will be matched with ASM_OUTPUT_REG_POP, and
that r7 isn't used by the function profiler, so we can use it as a
scratch reg. WARNING: This isn't safe in the general case! It may be
- sensitive to future changes in final.c:profile_function. */
+ sensitive to future changes in final.cc:profile_function. */
#define ASM_OUTPUT_REG_PUSH(STREAM, REGNO) \
do \
{ \