aboutsummaryrefslogtreecommitdiff
path: root/gdb/hppa-hpux-tdep.c
diff options
context:
space:
mode:
authorJoel Brobecker <brobecker@gnat.com>2003-09-19 06:14:27 +0000
committerJoel Brobecker <brobecker@gnat.com>2003-09-19 06:14:27 +0000
commit51db5742a9dfd4d6b0ca51856428029f4f8cbefc (patch)
tree4673b9e40ccd96f0a96720da0ed790bd3840ee4e /gdb/hppa-hpux-tdep.c
parent6726e1ea5d8204965db2e45132a383ab65e19347 (diff)
downloadgdb-51db5742a9dfd4d6b0ca51856428029f4f8cbefc.zip
gdb-51db5742a9dfd4d6b0ca51856428029f4f8cbefc.tar.gz
gdb-51db5742a9dfd4d6b0ca51856428029f4f8cbefc.tar.bz2
* hppa-hpux-tdep.c (_initialize_hppa_hpux_tdep): Remove a
hard-coded constant. Use the proper machine name instead.
Diffstat (limited to 'gdb/hppa-hpux-tdep.c')
-rw-r--r--gdb/hppa-hpux-tdep.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/gdb/hppa-hpux-tdep.c b/gdb/hppa-hpux-tdep.c
index 62271ff..f9757c9 100644
--- a/gdb/hppa-hpux-tdep.c
+++ b/gdb/hppa-hpux-tdep.c
@@ -171,9 +171,6 @@ _initialize_hppa_hpux_tdep (void)
{
gdbarch_register_osabi (bfd_arch_hppa, 0, GDB_OSABI_HPUX_SOM,
hppa_hpux_som_init_abi);
- /* FIXME brobecker 2003-08-13: The machine number 25 corresponds to
- the hppa2.0w bfd arch_info. A #define should probably be defined
- in bfd, instead of using this hard-coded number. */
- gdbarch_register_osabi (bfd_arch_hppa, 25, GDB_OSABI_HPUX_ELF,
+ gdbarch_register_osabi (bfd_arch_hppa, bfd_mach_hppa20w, GDB_OSABI_HPUX_ELF,
hppa_hpux_elf_init_abi);
}