mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-27 09:38:57 +00:00
* alphanbsd-tdep.c (_initialize_alphanbsd_tdep): Register OS/ABI
for OpenBSD ELF.
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
2004-09-28 Mark Kettenis <kettenis@chello.nl>
|
||||
|
||||
* alphanbsd-tdep.c (_initialize_alphanbsd_tdep): Register OS/ABI
|
||||
for OpenBSD ELF.
|
||||
|
||||
2004-09-28 Andrew Cagney <cagney@gnu.org>
|
||||
|
||||
Problem identified by Paul Hilfinger.
|
||||
|
||||
@@ -226,6 +226,8 @@ _initialize_alphanbsd_tdep (void)
|
||||
{
|
||||
gdbarch_register_osabi (bfd_arch_alpha, 0, GDB_OSABI_NETBSD_ELF,
|
||||
alphanbsd_init_abi);
|
||||
gdbarch_register_osabi (bfd_arch_alpha, 0, GDB_OSABI_OPENBSD_ELF,
|
||||
alphanbsd_init_abi);
|
||||
|
||||
deprecated_add_core_fns (&alphanbsd_core_fns);
|
||||
deprecated_add_core_fns (&alphanbsd_elfcore_fns);
|
||||
|
||||
Reference in New Issue
Block a user