2000-05-02 H.J. Lu <hjl@gnu.org>
authorH.J. Lu <hjl.tools@gmail.com>
Tue, 2 May 2000 17:57:02 +0000 (17:57 +0000)
committerH.J. Lu <hjl.tools@gmail.com>
Tue, 2 May 2000 17:57:02 +0000 (17:57 +0000)
* ia64-tdep.c (ia64_gdbarch_init): Reference to ELFOSABI_NONE
instead of ELFOSABI_SYSV.

gdb/ChangeLog
gdb/ia64-tdep.c

index 2bf0f1feaa025d7ff76355dbeaf7ce1a764a6581..2a6214fb15051375103f44d5ad710050ea09df72 100644 (file)
@@ -1,3 +1,8 @@
+2000-05-02  H.J. Lu  <hjl@gnu.org>
+
+       * ia64-tdep.c (ia64_gdbarch_init): Reference to ELFOSABI_NONE
+       instead of ELFOSABI_SYSV.
+
 Tue May  2 19:07:20 2000  Andrew Cagney  <cagney@b1.cygnus.com>
 
        * gdbarch.sh (NPC_REGNUM, NNPC_REGNUM): Add.
index 2ff87806a14c702015f5342b8e5422b0a7a81f0d..e220e27b5035660429fcb9050f34540a62a975a9 100644 (file)
@@ -1897,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)
This page took 0.044528 seconds and 4 git commands to generate.