* inftarg.c (child_thread_alive): New function to see if a
[deliverable/binutils-gdb.git] / gdb / stabsread.c
index 16798b7dc510172e35307895ec9496bc3dbf0ac0..ccd7b8e28b0db7496a2bc7855e4d7b3d92706de8 100644 (file)
@@ -3383,8 +3383,6 @@ read_range_type (pp, typenums, objfile)
 
   /* First comes a type we are a subrange of.
      In C it is usually 0, 1 or the type being defined.  */
-  /* FIXME: according to stabs.texinfo and AIX doc, this can be a type-id
-     not just a type number.  */
   if (read_type_number (pp, rangenums) != 0)
     return error_type (pp);
   self_subrange = (rangenums[0] == typenums[0] &&
This page took 0.024039 seconds and 4 git commands to generate.