mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-26 13:56:22 +08:00
2000-05-02 H.J. Lu <hjl@gnu.org>
* elf.c (prep_headers): USe ELFOSABI_NONE instead of ELFOSABI_SYSV.
This commit is contained in:
@ -1,3 +1,8 @@
|
|||||||
|
2000-05-02 H.J. Lu <hjl@gnu.org>
|
||||||
|
|
||||||
|
* elf.c (prep_headers): USe ELFOSABI_NONE instead of
|
||||||
|
ELFOSABI_SYSV.
|
||||||
|
|
||||||
2000-05-02 Alan Modra <alan@linuxcare.com.au>
|
2000-05-02 Alan Modra <alan@linuxcare.com.au>
|
||||||
|
|
||||||
* targets.c (bfd_target_vector): Restore bfd_elf32_hppa_vec.
|
* targets.c (bfd_target_vector): Restore bfd_elf32_hppa_vec.
|
||||||
|
@ -3205,7 +3205,7 @@ prep_headers (abfd)
|
|||||||
bfd_big_endian (abfd) ? ELFDATA2MSB : ELFDATA2LSB;
|
bfd_big_endian (abfd) ? ELFDATA2MSB : ELFDATA2LSB;
|
||||||
i_ehdrp->e_ident[EI_VERSION] = bed->s->ev_current;
|
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;
|
i_ehdrp->e_ident[EI_ABIVERSION] = 0;
|
||||||
|
|
||||||
for (count = EI_PAD; count < EI_NIDENT; count++)
|
for (count = EI_PAD; count < EI_NIDENT; count++)
|
||||||
|
Reference in New Issue
Block a user