diff options
author | Kaveh R. Ghazi <ghazi@caip.rutgers.edu> | 2002-08-11 19:24:09 +0000 |
---|---|---|
committer | Kaveh Ghazi <ghazi@gcc.gnu.org> | 2002-08-11 19:24:09 +0000 |
commit | e0c32c62d5c47790333bb557ed2d89a3806246d0 (patch) | |
tree | fe53ca4ba392d25b1374ffe33608794308bcfc0e /gcc/config/mmix | |
parent | 7ae8cf75dae94f2b0b68f433e0962ffe7883a158 (diff) | |
download | gcc-e0c32c62d5c47790333bb557ed2d89a3806246d0.zip gcc-e0c32c62d5c47790333bb557ed2d89a3806246d0.tar.gz gcc-e0c32c62d5c47790333bb557ed2d89a3806246d0.tar.bz2 |
dsp16xx.c (print_operand): Fix format specifier.
* dsp16xx.c (print_operand): Fix format specifier.
* dsp16xx.md: Avoid automatic aggregate initialization.
* frv.h (REG_CLASS_FROM_LETTER): Avoid char as array index.
* h8300.c (emit_a_rotate, h8300_adjust_insn_length): Avoid U
integer constant modifier.
* ip2k.c (ip2k_set_compare): Avoid signed/unsigned warning.
* mmix-protos.h (mmix_use_simple_return): Move outside TREE_CODE
guards.
* sh/netbsd-elf.h (FUNCTION_PROFILER): Fix format specifier.
* v850.c (v850_select_section): Mark parameter with
ATTRIBUTE_UNUSED.
* global.c (global_alloc): Const-ify.
* ra-colorize.c (hardregset_to_string): Fix format specifier.
From-SVN: r56212
Diffstat (limited to 'gcc/config/mmix')
-rw-r--r-- | gcc/config/mmix/mmix-protos.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/mmix/mmix-protos.h b/gcc/config/mmix/mmix-protos.h index 693d344..0f43e86 100644 --- a/gcc/config/mmix/mmix-protos.h +++ b/gcc/config/mmix/mmix-protos.h @@ -57,6 +57,7 @@ extern void mmix_output_register_setting extern void mmix_conditional_register_usage PARAMS ((void)); extern int mmix_local_regno PARAMS ((int)); extern int mmix_dbx_register_number PARAMS ((int)); +extern int mmix_use_simple_return PARAMS ((void)); /* Things that need rtl.h, tree.h or real.h included, or in combination. */ @@ -81,7 +82,6 @@ extern void mmix_asm_output_aligned_local extern void mmix_asm_declare_register_global PARAMS ((FILE *, tree, int, const char *)); extern void mmix_asm_output_mi_thunk PARAMS ((FILE *, tree, int, tree)); -extern int mmix_use_simple_return PARAMS ((void)); /* Need tree.h and rtl.h */ # ifdef RTX_CODE |