From ee44def1eaa29493c81e711daafaf5e54f2d7eb4 Mon Sep 17 00:00:00 2001 From: "H.J. Lu" Date: Tue, 2 May 2000 17:51:36 +0000 Subject: [PATCH] 2000-05-02 H.J. Lu * elf.c (prep_headers): USe ELFOSABI_NONE instead of ELFOSABI_SYSV. --- bfd/ChangeLog | 5 +++++ bfd/elf.c | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/bfd/ChangeLog b/bfd/ChangeLog index fd8c7f8..10112b2 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,8 @@ +2000-05-02 H.J. Lu + + * elf.c (prep_headers): USe ELFOSABI_NONE instead of + ELFOSABI_SYSV. + 2000-05-02 Alan Modra * targets.c (bfd_target_vector): Restore bfd_elf32_hppa_vec. diff --git a/bfd/elf.c b/bfd/elf.c index 82b9b45..3f500d6 100644 --- a/bfd/elf.c +++ b/bfd/elf.c @@ -3205,7 +3205,7 @@ prep_headers (abfd) bfd_big_endian (abfd) ? ELFDATA2MSB : ELFDATA2LSB; i_ehdrp->e_ident[EI_VERSION] = bed->s->ev_current; - i_ehdrp->e_ident[EI_OSABI] = ELFOSABI_SYSV; + i_ehdrp->e_ident[EI_OSABI] = ELFOSABI_NONE; i_ehdrp->e_ident[EI_ABIVERSION] = 0; for (count = EI_PAD; count < EI_NIDENT; count++) -- 2.7.4