* mipsread.c: Many changes for alpha ecoff format:
authorPeter Schauer <Peter.Schauer@mytum.de>
Thu, 16 Sep 1993 07:38:42 +0000 (07:38 +0000)
committerPeter Schauer <Peter.Schauer@mytum.de>
Thu, 16 Sep 1993 07:38:42 +0000 (07:38 +0000)
commit85999c054b0dfaa6f0ccff9220a14db01dfeb1e8
tree0ef0f030f2201df14d9482d4c2e81dbd06ffdd8f
parent8cced93dd736be1e1936cdb1a2de5e778febfaf0
* mipsread.c:  Many changes for alpha ecoff format:
Correct sizeof(int) == sizeof(long) assumptions.
Replace stParsed hack by putting the parsed types on the pending chain.
Replace mips specific ecoff mapping by ECOFF_REG_TO_REGNUM macro,
provide default for cross debugging.
Swapping the symbol back is no longer needed as the symbol is not
modified anymore.
Add new alpha basic types, handle btTypedef, handle stStaticProc
external symbols .
Update and clean up cross_ref for alpha cc cross ref variations.
Allocate types on the type_obstack to inhibit storage leaks.
* config/mips/tm-mips.h (ECOFF_REG_TO_REGNUM):  Define.
* gdbtypes.c (recursive_dump_type):  Dump TYPE_TAG_NAME if it is set.
gdb/ChangeLog
gdb/gdbtypes.c
gdb/mipsread.c