From: Jim Kingdon Date: Mon, 24 May 1993 16:45:16 +0000 (+0000) Subject: * mipsread.c (parse_symbol): Deal with scVar and scVarRegister. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=87c942a80cbb1ced10a8f18c7714fc1f66ced4b8;p=binutils-gdb.git * mipsread.c (parse_symbol): Deal with scVar and scVarRegister. * symtab.h: Comment that LOC_REGPARM_ADDR can be call by reference. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 5d683063992..66cde66b1eb 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,8 @@ Mon May 24 10:01:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com) + * mipsread.c (parse_symbol): Deal with scVar and scVarRegister. + * symtab.h: Comment that LOC_REGPARM_ADDR can be call by reference. + * c-typeprint.c (c_type_print_base): Don't print typedef'd names as struct, union, or enum tags.