This is the mail archive of the
gdb@sourceware.cygnus.com
mailing list for the GDB project.
A small 387 patch
- To: gdb@sourceware.cygnus.com (GDB)
- Subject: A small 387 patch
- From: hjl@varesearch.com (H.J. Lu)
- Date: Thu, 9 Sep 1999 18:38:27 -0700 (PDT)
There is an extra '\n' with
(gdb) info float
--
H.J. Lu (hjl@gnu.org)
--
Wed Sep 8 17:58:22 1999 H.J. Lu <hjl@gnu.org>
* i387-tdep.c (print_387_control_bits): Remove the extra '\n'.
Index: i387-tdep.c
===================================================================
RCS file: /work/cvs/gnu/gdb/gdb/i387-tdep.c,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 i387-tdep.c
--- i387-tdep.c 1999/09/09 00:38:38 1.1.1.1
+++ i387-tdep.c 1999/09/09 00:57:13
@@ -102,7 +102,6 @@ print_387_control_bits (control)
puts_unfiltered (" LOS");
puts_unfiltered (";");
}
- printf_unfiltered ("\n");
if (control & 0xe080)
warning ("\nreserved bits on: %s",
local_hex_string (control & 0xe080));