summaryrefslogtreecommitdiff
path: root/gdb/arch-utils.h
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2000-06-06 06:45:19 +0000
committerAndrew Cagney <cagney@redhat.com>2000-06-06 06:45:19 +0000
commita281b1d581632a312adf9e48e9410ea8ad36bc42 (patch)
tree9ce3ab264897431a867476583f9212e5ac6696b6 /gdb/arch-utils.h
parent5af2d5761ebe4beb2d3a1b78a0003acbda3553e5 (diff)
downloadgdb-a281b1d581632a312adf9e48e9410ea8ad36bc42.tar.gz
Move generic_register_convertible_not and frame_num_args_unknown from
gdbarch.* to arch-utils.*.
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 a9ff6f52ad9..86c60546a74 100644
--- a/gdb/arch-utils.h
+++ b/gdb/arch-utils.h
@@ -67,4 +67,9 @@ extern int core_addr_greaterthan (CORE_ADDR lhs, CORE_ADDR rhs);
extern const struct floatformat *default_float_format (struct gdbarch *gdbarch);
extern const struct floatformat *default_double_format (struct gdbarch *gdbarch);
+/* Helper function for targets that don't know how my arguments are
+ being passed */
+extern int frame_num_args_unknown (struct frame_info *fi);
+
+
#endif