X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=gdb%2Fia64-tdep.c;h=e220e27b5035660429fcb9050f34540a62a975a9;hb=43841e9116d121fa81a351b66ec9e0821a1b4be8;hp=2ff87806a14c702015f5342b8e5422b0a7a81f0d;hpb=8064c6ae87256d633137b3e494bf9f765d9a4c66;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/ia64-tdep.c b/gdb/ia64-tdep.c index 2ff87806a1..e220e27b50 100644 --- a/gdb/ia64-tdep.c +++ b/gdb/ia64-tdep.c @@ -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)