summaryrefslogtreecommitdiff
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
commita01a3246763a669ce54e5c9f1f87d3ee4c1b3a1e (patch)
tree4fc591c295e9885af5edc7f650cba5855a3433e7 /gdb/gdbarch.h
parent13129d0c9f39f38aff64afe97af81b76edeb5d27 (diff)
downloadgdb-a01a3246763a669ce54e5c9f1f87d3ee4c1b3a1e.tar.gz
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 021ab363639..05fb41f9b01 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;