diff options
author | Andrew Cagney <cagney@redhat.com> | 2004-02-12 16:52:45 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2004-02-12 16:52:45 +0000 |
commit | 31687c3c2505191d73aa0036d62f2794a1f7d0d9 (patch) | |
tree | aa1e8b41b0d345ad3e3b967938f9f89cb023c09d /gdb/arch-utils.h | |
parent | 9564ee9f56653915fe5392d68d1ec405f7bd48b6 (diff) | |
download | fsf-binutils-gdb-31687c3c2505191d73aa0036d62f2794a1f7d0d9.zip fsf-binutils-gdb-31687c3c2505191d73aa0036d62f2794a1f7d0d9.tar.gz fsf-binutils-gdb-31687c3c2505191d73aa0036d62f2794a1f7d0d9.tar.bz2 |
2004-02-12 Andrew Cagney <cagney@redhat.com>
* gdbarch.sh (PROLOGUE_FRAMELESS_P): Delete.
gdbarch.h, gdbarch.c: Re-generate.
* cris-tdep.c (cris_gdbarch_init): Do not set prologue_frameless_p
to generic_prologue_frameless_p.
* arch-utils.h (generic_prologue_frameless_p): Delete declaration.
* arch-utils.c (generic_prologue_frameless_p): Delete function.
Diffstat (limited to 'gdb/arch-utils.h')
-rw-r--r-- | gdb/arch-utils.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/gdb/arch-utils.h b/gdb/arch-utils.h index f8bd5bb..b15f691 100644 --- a/gdb/arch-utils.h +++ b/gdb/arch-utils.h @@ -61,11 +61,6 @@ extern int legacy_sizeof_call_dummy_words; /* Typical remote_translate_xfer_address */ extern gdbarch_remote_translate_xfer_address_ftype generic_remote_translate_xfer_address; -/* Generic implementation of prologue_frameless_p. Just calls - SKIP_PROLOG and checks the return value to see if it actually - changed. */ -extern gdbarch_prologue_frameless_p_ftype generic_prologue_frameless_p; - /* The only possible cases for inner_than. */ extern int core_addr_lessthan (CORE_ADDR lhs, CORE_ADDR rhs); extern int core_addr_greaterthan (CORE_ADDR lhs, CORE_ADDR rhs); |