* alphanbsd-tdep.c (_initialize_alphanbsd_tdep): Register OS/ABI
for OpenBSD ELF.
This commit is contained in:
parent
03098a9a60
commit
e8d74ed38e
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user