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:
parent
c6f0559b48
commit
43e9390bf0
@ -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.
|
||||
|
@ -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);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user