* 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.
This commit is contained in:
Tom Tromey
2012-11-14 15:40:35 +00:00
parent f7c93334db
commit aff68abbd7
5 changed files with 16 additions and 20 deletions

View File

@@ -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);