summaryrefslogtreecommitdiff
path: root/gdb/arch-utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/arch-utils.h')
-rw-r--r--gdb/arch-utils.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/gdb/arch-utils.h b/gdb/arch-utils.h
index f62fa97df62..733bb3e866d 100644
--- a/gdb/arch-utils.h
+++ b/gdb/arch-utils.h
@@ -89,10 +89,6 @@ extern const struct floatformat *default_double_format (struct gdbarch *gdbarch)
being passed */
extern int frame_num_args_unknown (struct frame_info *fi);
-/* Return the start address of ABFD. This is exactly like
- bfd_get_start_address, except that it's a gdbarch function. */
-extern CORE_ADDR generic_bfd_entry_point (struct gdbarch *gdbarch, bfd *abfd);
-
/* The following DEPRECATED interfaces are for pre- multi-arch legacy
targets. */