diff options
author | Andrew Cagney <cagney@redhat.com> | 2004-04-02 23:20:50 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2004-04-02 23:20:50 +0000 |
commit | ddc135a4120b0abe7833c16c234e1f92ddedd9da (patch) | |
tree | 86214931a5f40195e2c8bcf0e3f10bfa1d7ed0b6 /gdb/gdbarch.h | |
parent | d15bfd3a43117017e919e0b1fc2bb09a7dd535fd (diff) | |
download | gdb-ddc135a4120b0abe7833c16c234e1f92ddedd9da.zip gdb-ddc135a4120b0abe7833c16c234e1f92ddedd9da.tar.gz gdb-ddc135a4120b0abe7833c16c234e1f92ddedd9da.tar.bz2 |
2004-04-02 Andrew Cagney <cagney@redhat.com>
* sh64-tdep.c (sh64_init_extra_frame_info): Replace
DEPRECATED_CALL_DUMMY_LENGTH with 0, simplify.
* dummy-frame.h: Delete out-of-date comments.
* gdbarch.sh (DEPRECATED_CALL_DUMMY_LENGTH): Delete.
* gdbarch.h, gdbarch.c: Re-generate.
Diffstat (limited to 'gdb/gdbarch.h')
-rw-r--r-- | gdb/gdbarch.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/gdb/gdbarch.h b/gdb/gdbarch.h index 86c118d..d881eb2 100644 --- a/gdb/gdbarch.h +++ b/gdb/gdbarch.h @@ -861,17 +861,6 @@ extern void set_gdbarch_deprecated_call_dummy_breakpoint_offset (struct gdbarch #define DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET (gdbarch_deprecated_call_dummy_breakpoint_offset (current_gdbarch)) #endif -/* DEPRECATED_CALL_DUMMY_LENGTH can be deleted. */ - -extern int gdbarch_deprecated_call_dummy_length (struct gdbarch *gdbarch); -extern void set_gdbarch_deprecated_call_dummy_length (struct gdbarch *gdbarch, int deprecated_call_dummy_length); -#if (GDB_MULTI_ARCH > GDB_MULTI_ARCH_PARTIAL) && defined (DEPRECATED_CALL_DUMMY_LENGTH) -#error "Non multi-arch definition of DEPRECATED_CALL_DUMMY_LENGTH" -#endif -#if !defined (DEPRECATED_CALL_DUMMY_LENGTH) -#define DEPRECATED_CALL_DUMMY_LENGTH (gdbarch_deprecated_call_dummy_length (current_gdbarch)) -#endif - /* DEPRECATED_CALL_DUMMY_WORDS can be deleted. */ extern LONGEST * gdbarch_deprecated_call_dummy_words (struct gdbarch *gdbarch); |