mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-20 01:50:24 +08:00
Remove register_gdbarch_init
This removes the deprecated register_gdbarch_init in favor a default argument to gdbarch_register. Regression tested on x86-64 Fedora 34.
This commit is contained in:
@ -916,5 +916,5 @@ void _initialize_m32r_tdep ();
|
||||
void
|
||||
_initialize_m32r_tdep ()
|
||||
{
|
||||
register_gdbarch_init (bfd_arch_m32r, m32r_gdbarch_init);
|
||||
gdbarch_register (bfd_arch_m32r, m32r_gdbarch_init);
|
||||
}
|
||||
|
Reference in New Issue
Block a user