* mipsread.c (parse_symbol): Deal with scVar and scVarRegister.

* symtab.h: Comment that LOC_REGPARM_ADDR can be call by reference.
This commit is contained in:
Jim Kingdon
1993-05-24 16:45:16 +00:00
parent 46351197fc
commit 87c942a80c

View File

@ -1,5 +1,8 @@
Mon May 24 10:01:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com) 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 * c-typeprint.c (c_type_print_base): Don't print typedef'd names
as struct, union, or enum tags. as struct, union, or enum tags.