* stabsread.c (read_range_type): Remove comment which recommends
authorJim Kingdon <jkingdon@engr.sgi.com>
Tue, 5 Oct 1993 20:39:49 +0000 (20:39 +0000)
committerJim Kingdon <jkingdon@engr.sgi.com>
Tue, 5 Oct 1993 20:39:49 +0000 (20:39 +0000)
distinguishing float from complex by the name.

gdb/ChangeLog
gdb/stabsread.c

index 0058de2..424735f 100644 (file)
@@ -1,3 +1,8 @@
+Tue Oct  5 15:26:04 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
+
+       * stabsread.c (read_range_type): Remove comment which recommends
+       distinguishing float from complex by the name.
+
 Tue Oct  5 12:17:40 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
                          Jim Kingdon  (kingdon@cygnus.com)
                          Stu Grossman  (grossman@cygnus.com)
index f63409f..6a019d8 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)
     {