Patch from jfc to fix printf format problems.
authorwilson <wilson@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 9 Feb 1998 17:53:56 +0000 (17:53 +0000)
committerwilson <wilson@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 9 Feb 1998 17:53:56 +0000 (17:53 +0000)
* mips.c (print_operand, function_prologue): Make printf format
match argument type.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@17808 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog

index 8b23507..8b8eaa7 100644 (file)
@@ -1,3 +1,8 @@
+Mon Feb  9 17:52:36 1998  John Carr  <jfc@mit.edu>
+
+       * mips.c (print_operand, function_prologue): Make printf format
+       match argument type.
+
 Mon Feb  9 02:37:25 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
 
         * alpha.c (alpha_return_addr): Remove unused variable `first'.