diff options
author | Tom Tromey <tromey@redhat.com> | 2012-11-14 15:40:35 +0000 |
---|---|---|
committer | Tom Tromey <tromey@redhat.com> | 2012-11-14 15:40:35 +0000 |
commit | aff68abbd7cfed062055bd2d97f464b304b920bc (patch) | |
tree | 53164327b3ed18f87758d60f3e30ad1a0b684faf /gdb/gdbarch.c | |
parent | f7c93334db0234f08e23d3ed274a248d7770db37 (diff) | |
download | gdb-aff68abbd7cfed062055bd2d97f464b304b920bc.zip gdb-aff68abbd7cfed062055bd2d97f464b304b920bc.tar.gz gdb-aff68abbd7cfed062055bd2d97f464b304b920bc.tar.bz2 |
* 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.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/gdbarch.c b/gdb/gdbarch.c index 26dd404..09576b1 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); |