Globs of changes. See the ChangeLog for details. Most related to
[deliverable/binutils-gdb.git] / gdb / i387-tdep.c
index b930aaa4a4717ddf5b9a7a271f22c6466bdef42a..1d801fa30a9ace5697f0145f91b27939d858abc0 100644 (file)
@@ -97,7 +97,7 @@ print_387_control_word (control)
       printf (";");
     }
   printf ("\n");
-  if (control & 0xe080) printf ("warning: reserved bits on: %s\n",
+  if (control & 0xe080) warning ("reserved bits on: %s\n",
                                local_hex_string(control & 0xe080));
 }
 
This page took 0.02407 seconds and 4 git commands to generate.