From a577f1e8b8cfcdaa5d26aa3d7d8537d8f8b8b2a6 Mon Sep 17 00:00:00 2001 From: kettenis Date: Sun, 3 Nov 2002 13:04:47 +0000 Subject: [PATCH] * i387-tdep.c (i387_print_float_info): Call fputs_filtered instead of puts_filtered. --- gdb/ChangeLog | 3 +++ gdb/i387-tdep.c | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 06899a0872..e1400e0270 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,8 @@ 2002-11-03 Mark Kettenis + * 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 diff --git a/gdb/i387-tdep.c b/gdb/i387-tdep.c index e465690b82..f2ed6b8e37 100644 --- a/gdb/i387-tdep.c +++ b/gdb/i387-tdep.c @@ -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); -- 2.11.0