* dsp16xx.c (print_operand): Fix format specifier.
commitde8409f83aafae832204dc8cea829d90ab4cbf79
authorghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 11 Aug 2002 19:24:09 +0000 (11 19:24 +0000)
committerghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 11 Aug 2002 19:24:09 +0000 (11 19:24 +0000)
treefe53ca4ba392d25b1374ffe33608794308bcfc0e
parent5352873f2950405be6e78d9a1b8f3bf89e645b26
* 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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56212 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/config/dsp16xx/dsp16xx.c
gcc/config/dsp16xx/dsp16xx.md
gcc/config/frv/frv.h
gcc/config/h8300/h8300.c
gcc/config/ip2k/ip2k.c
gcc/config/mmix/mmix-protos.h
gcc/config/sh/netbsd-elf.h
gcc/config/v850/v850.c
gcc/global.c
gcc/ra-colorize.c