projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1d70089
)
* i387-tdep.c (i387_print_float_info): Call fputs_filtered instead
author
Mark Kettenis
<kettenis@gnu.org>
Sun, 3 Nov 2002 13:04:47 +0000
(13:04 +0000)
committer
Mark Kettenis
<kettenis@gnu.org>
Sun, 3 Nov 2002 13:04:47 +0000
(13:04 +0000)
of puts_filtered.
gdb/ChangeLog
patch
|
blob
|
history
gdb/i387-tdep.c
patch
|
blob
|
history
diff --git
a/gdb/ChangeLog
b/gdb/ChangeLog
index 06899a0872d6632d6f18ee6f335407fee61224ce..e1400e0270a8f431c058a739c8595aa04bde24ef 100644
(file)
--- a/
gdb/ChangeLog
+++ b/
gdb/ChangeLog
@@
-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
diff --git
a/gdb/i387-tdep.c
b/gdb/i387-tdep.c
index e465690b823279a1cfd159da84777efc6eddd3ff..f2ed6b8e37ad91ac33d49f1e87956a938dcc255a 100644
(file)
--- 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);