From: John Carr Date: Mon, 9 Feb 1998 17:53:56 +0000 (-0800) Subject: Patch from jfc to fix printf format problems. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=a96c354489da8ca6529d8c4c31e5b42b81d591fa;p=gcc.git Patch from jfc to fix printf format problems. * mips.c (print_operand, function_prologue): Make printf format match argument type. From-SVN: r17808 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 8b23507eb09..8b8eaa74266 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +Mon Feb 9 17:52:36 1998 John Carr + + * mips.c (print_operand, function_prologue): Make printf format + match argument type. + Mon Feb 9 02:37:25 1998 Kaveh R. Ghazi * alpha.c (alpha_return_addr): Remove unused variable `first'.