mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-11-30 23:40:24 +00:00
* ia64-vms-tdep.c (_initialize_ia64_vms_tdep): Rename from
_initialize_ia64_hpux_tdep.
This commit is contained in:
parent
24490249f8
commit
541515ad26
@ -1,3 +1,8 @@
|
||||
2012-03-05 Tom Tromey <tromey@redhat.com>
|
||||
|
||||
* ia64-vms-tdep.c (_initialize_ia64_vms_tdep): Rename from
|
||||
_initialize_ia64_hpux_tdep.
|
||||
|
||||
2012-03-05 Pedro Alves <palves@redhat.com>
|
||||
|
||||
PR gdb/13766
|
||||
|
@ -155,10 +155,10 @@ ia64_openvms_init_abi (struct gdbarch_info info, struct gdbarch *gdbarch)
|
||||
}
|
||||
|
||||
/* Provide a prototype to silence -Wmissing-prototypes. */
|
||||
extern initialize_file_ftype _initialize_ia64_hpux_tdep;
|
||||
extern initialize_file_ftype _initialize_ia64_vms_tdep;
|
||||
|
||||
void
|
||||
_initialize_ia64_hpux_tdep (void)
|
||||
_initialize_ia64_vms_tdep (void)
|
||||
{
|
||||
gdbarch_register_osabi (bfd_arch_ia64, 0, GDB_OSABI_OPENVMS,
|
||||
ia64_openvms_init_abi);
|
||||
|
Loading…
Reference in New Issue
Block a user