2004-01-18 Andrew Cagney <cagney@redhat.com>

* mn10300-tdep.c (_initialize_mn10300_tdep): Call gdbarch_register
	instead of register_gdbarch_init.
This commit is contained in:
Andrew Cagney 2004-01-19 02:50:15 +00:00
parent c6f0559b48
commit 43e9390bf0
2 changed files with 4 additions and 2 deletions

View File

@ -1,5 +1,8 @@
2004-01-18 Andrew Cagney <cagney@redhat.com>
* mn10300-tdep.c (_initialize_mn10300_tdep): Call gdbarch_register
instead of register_gdbarch_init.
* remote-sds.c (tohex): Delete unused function. Update copyright.
* xstormy16-tdep.c (xstormy16_register_virtual_size): Ditto.
* v850-tdep.c (v850_register_virtual_size): Ditto.

View File

@ -1208,6 +1208,5 @@ void
_initialize_mn10300_tdep (void)
{
/* printf("_initialize_mn10300_tdep\n"); */
register_gdbarch_init (bfd_arch_mn10300, mn10300_gdbarch_init);
gdbarch_register (bfd_arch_mn10300, mn10300_gdbarch_init, mn10300_dump_tdep);
}