* h8300-dis.c: Fix formatting.
[binutils-gdb.git] / gdb / ia64-tdep.c
index a48657ce2e7e9f3e3aee0ab60922045762122951..e220e27b5035660429fcb9050f34540a62a975a9 100644 (file)
@@ -23,6 +23,7 @@
 #include "inferior.h"
 #include "symfile.h"           /* for entry_point_address */
 #include "gdbcore.h"
+#include "arch-utils.h"
 #include "floatformat.h"
 
 #include "objfiles.h"
@@ -1896,7 +1897,7 @@ ia64_gdbarch_init (struct gdbarch_info info, struct gdbarch_list *arches)
       os_ident = elf_elfheader (info.abfd)->e_ident[EI_OSABI];
 
       /* If os_ident is 0, it is not necessarily the case that we're on a
-         SYSV system.  (ELFOSABI_SYSV is defined to be 0.) GNU/Linux uses
+         SYSV system.  (ELFOSABI_NONE is defined to be 0.) GNU/Linux uses
         a note section to record OS/ABI info, but leaves e_ident[EI_OSABI]
         zero.  So we have to check for note sections too. */
       if (os_ident == 0)