* breakpoint.c, breakpoint.h (breakpoint_init_inferior): New function
[deliverable/binutils-gdb.git] / gdb / i387-tdep.c
index b0f00880bd14a982526ca9b53de498bdd36d435b..560050727e74c750eb26feaeeccdf5deec9f2556 100644 (file)
@@ -107,6 +107,9 @@ print_387_status_word (status)
          (status & 0x0400) != 0,
          (status & 0x0200) != 0,
          (status & 0x0100) != 0);
-  
+
+  /* FIXME: Someone claims this should be 7 - (status >> 11) & 7 for AIX.
+     What's the story?  Is the following just wrong or are differing
+     notations in use?  */
   printf ("top %d\n", (status >> 11) & 7);
 }
This page took 0.02278 seconds and 4 git commands to generate.