no type info and void type has no associated pointer type.
+Fri Oct 18 17:26:22 1996 Mark Alexander <marka@cygnus.com>
+
+ * mdebugread.c (parse_symbol): Fix crash when malloc has
+ no type info and void type has no associated pointer type.
+
Thu Oct 17 18:18:20 1996 Stan Shebs <shebs@andros.cygnus.com>
* configure.host: New file, host configuration mapping.
patch up the type and make it void*
instead. (davidm@azstarnet.com)
*/
- t = t->pointer_type;
+ t = make_pointer_type (t, NULL);
}
}
b = top_stack->cur_block;