diff options
author | Andrew Cagney <cagney@redhat.com> | 2004-05-01 13:14:20 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2004-05-01 13:14:20 +0000 |
commit | 70cf748f4ae40f1f2ef09feb9c08dd979e60e83b (patch) | |
tree | 82ae1a1454780eed1ad968b7629b66cfe0d0b734 /gdb/gdbarch.c | |
parent | e266fc021d57505c8df3b191431ebd90a3313667 (diff) | |
download | gdb-70cf748f4ae40f1f2ef09feb9c08dd979e60e83b.tar.gz |
2004-05-01 Andrew Cagney <cagney@redhat.com>
* gdbarch.sh (DEPRECATED_SIGTRAMP_START)
(DEPRECATED_SIGTRAMP_END): Delete.
* gdbarch.h, gdbarch.c: Re-generate.
* arch-utils.c (legacy_pc_in_sigtramp): Simplify.
* config/vax/tm-vaxbsd.h: Update copyright.
(DEPRECATED_SIGTRAMP_START, DEPRECATED_SIGTRAMP_END): Delete.
(DEPRECATED_IN_SIGTRAMP): Define.
* config/m68k/tm-nbsd.h: Update copyright.
(DEPRECATED_SIGTRAMP_START, DEPRECATED_SIGTRAMP_END): Delete.
(DEPRECATED_IN_SIGTRAMP): Define.
Diffstat (limited to 'gdb/gdbarch.c')
-rw-r--r-- | gdb/gdbarch.c | 92 |
1 files changed, 0 insertions, 92 deletions
diff --git a/gdb/gdbarch.c b/gdb/gdbarch.c index 0f68e84a8eb..a6843ca0185 100644 --- a/gdb/gdbarch.c +++ b/gdb/gdbarch.c @@ -243,8 +243,6 @@ struct gdbarch gdbarch_in_solib_call_trampoline_ftype *in_solib_call_trampoline; gdbarch_in_solib_return_trampoline_ftype *in_solib_return_trampoline; gdbarch_deprecated_pc_in_sigtramp_ftype *deprecated_pc_in_sigtramp; - gdbarch_deprecated_sigtramp_start_ftype *deprecated_sigtramp_start; - gdbarch_deprecated_sigtramp_end_ftype *deprecated_sigtramp_end; gdbarch_in_function_epilogue_p_ftype *in_function_epilogue_p; gdbarch_construct_inferior_arguments_ftype *construct_inferior_arguments; gdbarch_elf_make_msymbol_special_ftype *elf_make_msymbol_special; @@ -407,8 +405,6 @@ struct gdbarch startup_gdbarch = 0, /* in_solib_call_trampoline */ 0, /* in_solib_return_trampoline */ 0, /* deprecated_pc_in_sigtramp */ - 0, /* deprecated_sigtramp_start */ - 0, /* deprecated_sigtramp_end */ generic_in_function_epilogue_p, /* in_function_epilogue_p */ construct_inferior_arguments, /* construct_inferior_arguments */ 0, /* elf_make_msymbol_special */ @@ -714,8 +710,6 @@ verify_gdbarch (struct gdbarch *current_gdbarch) /* Skip verify of in_solib_call_trampoline, invalid_p == 0 */ /* Skip verify of in_solib_return_trampoline, invalid_p == 0 */ /* Skip verify of deprecated_pc_in_sigtramp, has predicate */ - /* Skip verify of deprecated_sigtramp_start, has predicate */ - /* Skip verify of deprecated_sigtramp_end, has predicate */ /* Skip verify of in_function_epilogue_p, invalid_p == 0 */ /* Skip verify of construct_inferior_arguments, invalid_p == 0 */ /* Skip verify of elf_make_msymbol_special, invalid_p == 0 */ @@ -1581,44 +1575,6 @@ gdbarch_dump (struct gdbarch *current_gdbarch, struct ui_file *file) (long) current_gdbarch->deprecated_save_dummy_frame_tos /*DEPRECATED_SAVE_DUMMY_FRAME_TOS ()*/); #endif -#ifdef DEPRECATED_SIGTRAMP_END_P - fprintf_unfiltered (file, - "gdbarch_dump: %s # %s\n", - "DEPRECATED_SIGTRAMP_END_P()", - XSTRING (DEPRECATED_SIGTRAMP_END_P ())); - fprintf_unfiltered (file, - "gdbarch_dump: DEPRECATED_SIGTRAMP_END_P() = %d\n", - DEPRECATED_SIGTRAMP_END_P ()); -#endif -#ifdef DEPRECATED_SIGTRAMP_END - fprintf_unfiltered (file, - "gdbarch_dump: %s # %s\n", - "DEPRECATED_SIGTRAMP_END(pc)", - XSTRING (DEPRECATED_SIGTRAMP_END (pc))); - fprintf_unfiltered (file, - "gdbarch_dump: DEPRECATED_SIGTRAMP_END = <0x%08lx>\n", - (long) current_gdbarch->deprecated_sigtramp_end - /*DEPRECATED_SIGTRAMP_END ()*/); -#endif -#ifdef DEPRECATED_SIGTRAMP_START_P - fprintf_unfiltered (file, - "gdbarch_dump: %s # %s\n", - "DEPRECATED_SIGTRAMP_START_P()", - XSTRING (DEPRECATED_SIGTRAMP_START_P ())); - fprintf_unfiltered (file, - "gdbarch_dump: DEPRECATED_SIGTRAMP_START_P() = %d\n", - DEPRECATED_SIGTRAMP_START_P ()); -#endif -#ifdef DEPRECATED_SIGTRAMP_START - fprintf_unfiltered (file, - "gdbarch_dump: %s # %s\n", - "DEPRECATED_SIGTRAMP_START(pc)", - XSTRING (DEPRECATED_SIGTRAMP_START (pc))); - fprintf_unfiltered (file, - "gdbarch_dump: DEPRECATED_SIGTRAMP_START = <0x%08lx>\n", - (long) current_gdbarch->deprecated_sigtramp_start - /*DEPRECATED_SIGTRAMP_START ()*/); -#endif #ifdef DEPRECATED_SIZEOF_CALL_DUMMY_WORDS fprintf_unfiltered (file, "gdbarch_dump: DEPRECATED_SIZEOF_CALL_DUMMY_WORDS # %s\n", @@ -4990,54 +4946,6 @@ set_gdbarch_deprecated_pc_in_sigtramp (struct gdbarch *gdbarch, } int -gdbarch_deprecated_sigtramp_start_p (struct gdbarch *gdbarch) -{ - gdb_assert (gdbarch != NULL); - return gdbarch->deprecated_sigtramp_start != NULL; -} - -CORE_ADDR -gdbarch_deprecated_sigtramp_start (struct gdbarch *gdbarch, CORE_ADDR pc) -{ - gdb_assert (gdbarch != NULL); - gdb_assert (gdbarch->deprecated_sigtramp_start != NULL); - if (gdbarch_debug >= 2) - fprintf_unfiltered (gdb_stdlog, "gdbarch_deprecated_sigtramp_start called\n"); - return gdbarch->deprecated_sigtramp_start (pc); -} - -void -set_gdbarch_deprecated_sigtramp_start (struct gdbarch *gdbarch, - gdbarch_deprecated_sigtramp_start_ftype deprecated_sigtramp_start) -{ - gdbarch->deprecated_sigtramp_start = deprecated_sigtramp_start; -} - -int -gdbarch_deprecated_sigtramp_end_p (struct gdbarch *gdbarch) -{ - gdb_assert (gdbarch != NULL); - return gdbarch->deprecated_sigtramp_end != NULL; -} - -CORE_ADDR -gdbarch_deprecated_sigtramp_end (struct gdbarch *gdbarch, CORE_ADDR pc) -{ - gdb_assert (gdbarch != NULL); - gdb_assert (gdbarch->deprecated_sigtramp_end != NULL); - if (gdbarch_debug >= 2) - fprintf_unfiltered (gdb_stdlog, "gdbarch_deprecated_sigtramp_end called\n"); - return gdbarch->deprecated_sigtramp_end (pc); -} - -void -set_gdbarch_deprecated_sigtramp_end (struct gdbarch *gdbarch, - gdbarch_deprecated_sigtramp_end_ftype deprecated_sigtramp_end) -{ - gdbarch->deprecated_sigtramp_end = deprecated_sigtramp_end; -} - -int gdbarch_in_function_epilogue_p (struct gdbarch *gdbarch, CORE_ADDR addr) { gdb_assert (gdbarch != NULL); |