Supply missing parenthesis (~line 1269).
authorFred Fish <fnf@specifix.com>
Thu, 5 Dec 1991 18:53:46 +0000 (18:53 +0000)
committerFred Fish <fnf@specifix.com>
Thu, 5 Dec 1991 18:53:46 +0000 (18:53 +0000)
gdb/ChangeLog
gdb/buildsym.c

index c54d7709146b0332f76e5aa941d500eba874ecd4..179dfe15acccff2d6fe75a87de2356655772d2a6 100644 (file)
@@ -1,3 +1,7 @@
+Thu Dec  5 10:51:05 1991  Fred Fish  (fnf at cygnus.com)
+
+       * buildsym.c (define_symbol):  Supply missing parenthesis.
+
 Thu Dec  5 03:34:21 1991  John Gilmore  (gnu at cygnus.com)
 
        * coredep.c (fetch_core_registers):  Fencepost error.  Fixed by
index 4f1fc24f313736b1984677725ef746e481c22994..e10d5c0ee623f62c2f982962354a68a0ffbbcb80 100644 (file)
@@ -1266,7 +1266,7 @@ define_symbol (valu, string, desc, type)
       /* If PCC says a parameter is a short or a char,
         it is really an int.  */
       if (TYPE_LENGTH (SYMBOL_TYPE (sym)) < TYPE_LENGTH (builtin_type_int)
-       && TYPE_CODE (SYMBOL_TYPE (sym) == TYPE_CODE_INT) {
+       && TYPE_CODE (SYMBOL_TYPE (sym)) == TYPE_CODE_INT) {
        SYMBOL_TYPE (sym) = TYPE_UNSIGNED (SYMBOL_TYPE (sym))?
                                builtin_type_unsigned_int:
                                builtin_type_int;
This page took 0.03197 seconds and 4 git commands to generate.