aboutsummaryrefslogtreecommitdiff
path: root/gdb/arch-utils.h
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2000-04-29 08:55:45 +0000
committerAndrew Cagney <cagney@redhat.com>2000-04-29 08:55:45 +0000
commitdad41f9aa4ce3170d5860ae9c422c41c37500cdd (patch)
tree6d5720429465b1b54cd5719ece437129ae577a71 /gdb/arch-utils.h
parent0ca652e9ecbfd5acc32611a2f6169dd6cfdcbc28 (diff)
downloadfsf-binutils-gdb-dad41f9aa4ce3170d5860ae9c422c41c37500cdd.zip
fsf-binutils-gdb-dad41f9aa4ce3170d5860ae9c422c41c37500cdd.tar.gz
fsf-binutils-gdb-dad41f9aa4ce3170d5860ae9c422c41c37500cdd.tar.bz2
Convert SKIP_PROLOGUE_FRAMELESS_P into PROLOGUE_FRAMELESS_P.
Diffstat (limited to 'gdb/arch-utils.h')
-rw-r--r--gdb/arch-utils.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/arch-utils.h b/gdb/arch-utils.h
index 6b0d2aa..608dfc0 100644
--- a/gdb/arch-utils.h
+++ b/gdb/arch-utils.h
@@ -54,4 +54,9 @@ 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;
+
#endif