summaryrefslogtreecommitdiff
path: root/gdb/gdbarch.c
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>2012-11-14 15:40:32 +0000
committerTom Tromey <tromey@redhat.com>2012-11-14 15:40:32 +0000
commit4341d17c88e628e5cc6e9886f521be9744eceffb (patch)
tree720d45feefcf1ba9106292ed55fb3e5f9b2128d6 /gdb/gdbarch.c
parentf57041d6bed8989016584d7ba0faebd75ac7429f (diff)
downloadgdb-4341d17c88e628e5cc6e9886f521be9744eceffb.tar.gz
* gdbarch.h, gdbarch.c: Rebuild.
* gdbarch.sh (set_target_gdbarch): Rename from deprecated_target_gdbarch_select_hack. * arch-utils.c (gdbarch_update_p): Update. (set_gdbarch_from_file): Update.
Diffstat (limited to 'gdb/gdbarch.c')
-rw-r--r--gdb/gdbarch.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/gdbarch.c b/gdb/gdbarch.c
index 26dd4043a60..09576b138dc 100644
--- a/gdb/gdbarch.c
+++ b/gdb/gdbarch.c
@@ -4666,7 +4666,7 @@ gdbarch_find_by_info (struct gdbarch_info info)
/* Make the specified architecture current. */
void
-deprecated_target_gdbarch_select_hack (struct gdbarch *new_gdbarch)
+set_target_gdbarch (struct gdbarch *new_gdbarch)
{
gdb_assert (new_gdbarch != NULL);
gdb_assert (new_gdbarch->initialized_p);