mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-07-02 02:45:37 +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:
@ -539,5 +539,5 @@ void _initialize_lm32_tdep ();
|
||||
void
|
||||
_initialize_lm32_tdep ()
|
||||
{
|
||||
register_gdbarch_init (bfd_arch_lm32, lm32_gdbarch_init);
|
||||
gdbarch_register (bfd_arch_lm32, lm32_gdbarch_init);
|
||||
}
|
||||
|
Reference in New Issue
Block a user