aboutsummaryrefslogtreecommitdiff
path: root/gdb/gdbarch.h
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2003-11-10 02:50:04 +0000
committerAndrew Cagney <cagney@redhat.com>2003-11-10 02:50:04 +0000
commit7de2341de55ac437100dd6d0ad1fcab41fcae8c4 (patch)
tree22d3f2c850f5c40e8042a8694e9869ab2d6038f4 /gdb/gdbarch.h
parentdb4469701a370eb1dba6dea8e51602e75f68a433 (diff)
downloadgdb-7de2341de55ac437100dd6d0ad1fcab41fcae8c4.zip
gdb-7de2341de55ac437100dd6d0ad1fcab41fcae8c4.tar.gz
gdb-7de2341de55ac437100dd6d0ad1fcab41fcae8c4.tar.bz2
2003-11-09 Andrew Cagney <cagney@redhat.com>
* gdbarch.sh (clear_gdbarch_swap): Delete function. (swapout_gdbarch_swap): Delete function. (swapin_gdbarch_swap): Delete function. (init_gdbarch_swap): Delete function. (initialize_non_multiarch): Delete function. (current_gdbarch_swap_in_hack): New function. (current_gdbarch_swap_out_hack): New function. (current_gdbarch_swap_init_hack): New function. * gdbarch.c: Re-generate.
Diffstat (limited to 'gdb/gdbarch.h')
-rw-r--r--gdb/gdbarch.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/gdb/gdbarch.h b/gdb/gdbarch.h
index 021ab36..05fb41f 100644
--- a/gdb/gdbarch.h
+++ b/gdb/gdbarch.h
@@ -2644,11 +2644,6 @@ extern void set_gdbarch_from_file (bfd *);
extern void initialize_current_architecture (void);
-/* For non-multiarched targets, do any initialization of the default
- gdbarch object necessary after the _initialize_MODULE functions
- have run. */
-extern void initialize_non_multiarch (void);
-
/* gdbarch trace variable */
extern int gdbarch_debug;