* m3-nat.c: Remove comments about arbitrary limit in
authorJim Kingdon <jkingdon@engr.sgi.com>
Mon, 7 Nov 1994 22:39:34 +0000 (22:39 +0000)
committerJim Kingdon <jkingdon@engr.sgi.com>
Mon, 7 Nov 1994 22:39:34 +0000 (22:39 +0000)
printf_filtered; that limit is gone.

gdb/ChangeLog
gdb/m3-nat.c

index c2e9614..4369c52 100644 (file)
@@ -1,3 +1,8 @@
+Mon Nov  7 14:34:42 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
+
+       * m3-nat.c: Remove comments about arbitrary limit in
+       printf_filtered; that limit is gone.
+
 Mon Nov  7 00:27:16 1994  Jeff Law  (law@snake.cs.utah.edu)
 
        * Beginnings of SOM shared library support.  Breakpoints and
index 64cc059..bf5f9d7 100644 (file)
@@ -2725,7 +2725,6 @@ thread_list_command()
          if (ths.flags & TH_FLAGS_IDLE)
            strcat (buf, "I");
 
-         /* FIXME: May run afloul of arbitrary limit in printf_filtered.  */
          printf_filtered (TL_FORMAT,
                           slot,
                           mid,
@@ -2753,7 +2752,6 @@ thread_list_command()
            continue; /* EMcM */
 #endif
 
-         /* FIXME: May run afloul of arbitrary limit in printf_filtered.  */
          printf_filtered (TL_FORMAT,
                           "-",
                           -neworder,   /* Pseudo MID */
@@ -2825,7 +2823,6 @@ thread_list_command()
          if (ths.flags & TH_FLAGS_IDLE)
            strcat (buf, "I");
 
-         /* FIXME: May run afloul of arbitrary limit in printf_filtered.  */
          printf_filtered (TL_FORMAT,
                           slot,
                           mid,