+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
/* 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;