mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-12-02 09:06:35 +00:00
2004-03-07 Andrew Cagney <cagney@redhat.com>
* hppa-tdep.c (hppa_gdbarch_init): Add missing "break".
This commit is contained in:
parent
69b4bbe450
commit
f5f907e2a9
@ -1,11 +1,13 @@
|
||||
2004-03-07 Andrew Cagney <cagney@redhat.com>
|
||||
|
||||
* hppa-tdep.c (hppa_gdbarch_init): Add missing "break".
|
||||
|
||||
* config/pa/tm-hppa.h (DEPRECATED_DO_REGISTERS_INFO)
|
||||
(pa_do_registers_info): Delete.
|
||||
* hppa-tdep.c (pa_do_registers_info, pa_do_strcat_registers_info)
|
||||
(pa_print_registers, pa_print_fp_reg, pa_strcat_registers)
|
||||
(pa_strcat_fp_reg, pa_register_look_aside): Delete.
|
||||
|
||||
|
||||
* infcall.c (legacy_push_dummy_code): Delete #ifdef
|
||||
GDB_TARGET_IS_HPPA code.
|
||||
* config/pa/tm-hppa.h (DEPRECATED_FIX_CALL_DUMMY)
|
||||
|
@ -3363,6 +3363,7 @@ hppa_gdbarch_init (struct gdbarch_info info, struct gdbarch_list *arches)
|
||||
break;
|
||||
case 8:
|
||||
set_gdbarch_return_value (gdbarch, hppa64_return_value);
|
||||
break;
|
||||
default:
|
||||
internal_error (__FILE__, __LINE__, "bad switch");
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user