* c-typeprint.c (c_type_print_base): Use `show' of -1 to print
authorPeter Schauer <Peter.Schauer@mytum.de>
Sat, 17 Dec 1994 10:46:32 +0000 (10:46 +0000)
committerPeter Schauer <Peter.Schauer@mytum.de>
Sat, 17 Dec 1994 10:46:32 +0000 (10:46 +0000)
commit84bdfea6aa3c038b4e38f8615781ff3153bee2e3
tree1eb9e1ea1d99fcb8bf0fff414ba9b9579abb0ba1
parent091f3a62a880ead07711231dd29eac1523eba1a2
* c-typeprint.c (c_type_print_base):  Use `show' of -1 to print
the return type of methods to avoid infinite loops with anonymous
types.
* valops.c (search_struct_field):  Handle anonymous unions.

* sparc-tdep.c (sunos4_skip_trampoline_code):  New function
to correctly handle steps into -g compiled PIC objects in the
main executable.
* config/sparc/tm-sun4os4.h (SKIP_TRAMPOLINE_CODE):
Redefine to use sunos4_skip_trampoline_code.

* dwarfread.c (DWARF_REG_TO_REGNUM):  Provide a default mapping
from DWARF to GDB register numbering.
* dwarfread.c (locval):  Use DWARF_REG_TO_REGNUM to map the
register value.
* config/mips/tm-mipsv4.h (DWARF_REG_TO_REGNUM):  Define.
gdb/ChangeLog
gdb/c-typeprint.c
gdb/config/mips/tm-mipsv4.h
gdb/config/sparc/tm-sun4os4.h
gdb/dwarfread.c
gdb/sparc-tdep.c