* breakpoint.c, breakpoint.h (breakpoint_init_inferior): New function
[deliverable/binutils-gdb.git] / gdb / stabsread.c
index f63409f22a1d1bec671554c562576bb65b618d0d..6a019d84d8fe7231eccb1b83709db6200902fb1c 100644 (file)
@@ -3262,9 +3262,7 @@ read_range_type (pp, typenums, objfile)
      GDB does not have complex types.
 
      Just return the complex as a float of that size.  It won't work right
-     for the complex values, but at least it makes the file loadable.
-
-     FIXME, we may be able to distinguish these by their names. FIXME.  */
+     for the complex values, but at least it makes the file loadable.  */
 
   if (n3 == 0 && n2 > 0)
     {
This page took 0.022395 seconds and 4 git commands to generate.