A small 387 patch

H.J. Lu hjl@varesearch.com
Thu Sep 9 18:39:00 GMT 1999


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));


More information about the Gdb mailing list