diff options
author | Mark Kettenis <kettenis@gnu.org> | 2004-05-08 17:33:23 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@gnu.org> | 2004-05-08 17:33:23 +0000 |
commit | 527ca6bb9e9a4c496c5bfd211ddaeffcbbc4827b (patch) | |
tree | e60c8de4f4c8dded4e6457b3d96b4daec8c966e3 /gdb/alphanbsd-tdep.c | |
parent | d39fdc61d86ddb43fff4e1e8d6408d0346439536 (diff) | |
download | binutils-gdb-527ca6bb9e9a4c496c5bfd211ddaeffcbbc4827b.tar.gz |
* alphanbsd-tdep.c: Include "gdb_string.h".
* armnbsd-tdep.c: Update copyright year.
Include "gdb_string.h".
* Makefile.in (alphanbsd-tdep.o, armnbsd-tdep.o): Update
dependencies.
Diffstat (limited to 'gdb/alphanbsd-tdep.c')
-rw-r--r-- | gdb/alphanbsd-tdep.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/gdb/alphanbsd-tdep.c b/gdb/alphanbsd-tdep.c index c8a441bb868..ed57f391ca6 100644 --- a/gdb/alphanbsd-tdep.c +++ b/gdb/alphanbsd-tdep.c @@ -27,11 +27,12 @@ #include "value.h" #include "osabi.h" -#include "solib-svr4.h" +#include "gdb-string.h" #include "alpha-tdep.h" #include "alphabsd-tdep.h" #include "nbsd-tdep.h" +#include "solib-svr4.h" static void fetch_core_registers (char *core_reg_sect, unsigned core_reg_size, int which, @@ -225,8 +226,6 @@ _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); |