summaryrefslogtreecommitdiff
path: root/bfd/elf.c
diff options
context:
space:
mode:
authorH.J. Lu <hjl@lucon.org>2000-05-02 17:51:36 +0000
committerH.J. Lu <hjl@lucon.org>2000-05-02 17:51:36 +0000
commit75ebe3f20356fd866d725602aa6f3e61e435b90a (patch)
tree329f506f724080e42a3fd7ed9627e114a89ca7b0 /bfd/elf.c
parentdd6020cb71ce58c8a2be090358208139dbdb1e00 (diff)
downloadgdb-75ebe3f20356fd866d725602aa6f3e61e435b90a.tar.gz
2000-05-02 H.J. Lu <hjl@gnu.org>
* elf.c (prep_headers): USe ELFOSABI_NONE instead of ELFOSABI_SYSV.
Diffstat (limited to 'bfd/elf.c')
-rw-r--r--bfd/elf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/elf.c b/bfd/elf.c
index 82b9b45de43..3f500d67543 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++)