diff options
Diffstat (limited to 'gcc/output.h')
-rw-r--r-- | gcc/output.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/gcc/output.h b/gcc/output.h index f1ac57b5fad..f213b996429 100644 --- a/gcc/output.h +++ b/gcc/output.h @@ -273,7 +273,7 @@ extern section *get_named_text_section (tree, const char *, const char *); #ifdef REAL_VALUE_TYPE_SIZE /* Assemble the floating-point constant D into an object of size MODE. */ -extern void assemble_real (REAL_VALUE_TYPE, enum machine_mode, unsigned); +extern void assemble_real (REAL_VALUE_TYPE, machine_mode, unsigned); #endif /* Write the address of the entity given by SYMBOL to SEC. */ @@ -525,7 +525,7 @@ extern section *get_variable_section (tree, bool); extern void place_block_symbol (rtx); extern rtx get_section_anchor (struct object_block *, HOST_WIDE_INT, enum tls_model); -extern section *mergeable_constant_section (enum machine_mode, +extern section *mergeable_constant_section (machine_mode, unsigned HOST_WIDE_INT, unsigned int); extern section *function_section (tree); @@ -569,9 +569,9 @@ extern void default_unique_section (tree, int); extern section *default_function_rodata_section (tree); extern section *default_no_function_rodata_section (tree); extern section *default_clone_table_section (void); -extern section *default_select_rtx_section (enum machine_mode, rtx, +extern section *default_select_rtx_section (machine_mode, rtx, unsigned HOST_WIDE_INT); -extern section *default_elf_select_rtx_section (enum machine_mode, rtx, +extern section *default_elf_select_rtx_section (machine_mode, rtx, unsigned HOST_WIDE_INT); extern void default_encode_section_info (tree, rtx, int); extern const char *default_strip_name_encoding (const char *); @@ -602,7 +602,7 @@ extern void default_elf_init_array_asm_out_constructor (rtx, int); extern void default_elf_fini_array_asm_out_destructor (rtx, int); extern int maybe_assemble_visibility (tree); -extern int default_address_cost (rtx, enum machine_mode, addr_space_t, bool); +extern int default_address_cost (rtx, machine_mode, addr_space_t, bool); /* Output stack usage information. */ extern void output_stack_usage (void); |