* stabsread.c: Fix comment about gcc 2.3.3 stab for long long int.
authorJim Kingdon <jkingdon@engr.sgi.com>
Tue, 12 Oct 1993 14:05:22 +0000 (14:05 +0000)
committerJim Kingdon <jkingdon@engr.sgi.com>
Tue, 12 Oct 1993 14:05:22 +0000 (14:05 +0000)
gdb/ChangeLog
gdb/stabsread.c

index 9d88f1fbe0aff838e9c3d3943cfb3d0178bde11f..405eee165e34daf8ee8c0a3b9b29e9448c6c2ad7 100644 (file)
@@ -1,3 +1,7 @@
+Tue Oct 12 08:59:15 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
+
+       * stabsread.c: Fix comment about gcc 2.3.3 stab for long long int.
+
 Mon Oct 11 14:27:25 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
 
        * m3-nat.c, config/nm-m3.h: Add a target_ops struct and other
index 6a019d84d8fe7231eccb1b83709db6200902fb1c..5731e69f7c14c40885729a1d62d1fdcc5f8ef4b3 100644 (file)
@@ -3274,8 +3274,8 @@ read_range_type (pp, typenums, objfile)
   else if (n2 == 0 && n3 == -1)
     {
       /* It is unsigned int or unsigned long.  */
-      /* GCC sometimes uses this for long long too.  We could
-        distinguish it by the name, but we don't.  */
+      /* GCC 2.3.3 uses this for long long too, but that is just a GDB 3.5
+        compatibility hack.  */
       return init_type (TYPE_CODE_INT, TARGET_INT_BIT / TARGET_CHAR_BIT,
                        TYPE_FLAG_UNSIGNED, NULL, objfile);
     }
This page took 0.033625 seconds and 4 git commands to generate.