2004-03-07 Andrew Cagney <cagney@redhat.com>

* hppa-tdep.c (hppa_gdbarch_init): Add missing "break".
This commit is contained in:
Andrew Cagney 2004-03-07 19:21:13 +00:00
parent 69b4bbe450
commit f5f907e2a9
2 changed files with 4 additions and 1 deletions

View File

@ -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)

View File

@ -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");
}