OSDN Git Service

* i387-tdep.c (i387_print_float_info): Call fputs_filtered instead
authorMark Kettenis <kettenis@gnu.org>
Sun, 3 Nov 2002 13:04:47 +0000 (13:04 +0000)
committerMark Kettenis <kettenis@gnu.org>
Sun, 3 Nov 2002 13:04:47 +0000 (13:04 +0000)
of puts_filtered.

gdb/ChangeLog
gdb/i387-tdep.c

index 06899a0..e1400e0 100644 (file)
@@ -1,5 +1,8 @@
 2002-11-03  Mark Kettenis  <kettenis@gnu.org>
 
+       * i387-tdep.c (i387_print_float_info): Call fputs_filtered instead
+       of puts_filtered.
+
        * i387-tdep.c (i387_print_float_info): Replace calls to
        register_read and deprecated_read_register_gen with calls to
        frame_register_read, and make the necessary adjustments to the
index e465690..f2ed6b8 100644 (file)
@@ -388,7 +388,7 @@ i387_print_float_info (struct gdbarch *gdbarch, struct ui_file *file,
       fputs_filtered ("\n", file);
     }
 
-  puts_filtered ("\n");
+  fputs_filtered ("\n", file);
 
   print_i387_status_word (fstat, file);
   print_i387_control_word (fctrl, file);