diff options
author | Zebediah Figura <z.figura12@gmail.com> | 2018-02-12 13:12:45 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2018-02-12 13:15:56 +0000 |
commit | 830db0485e19000985ccfdbacda4d4d5d62583bb (patch) | |
tree | dada7466cb61a68114ec1819770b9e58fe86000d /include/ChangeLog | |
parent | 7e784da5439adaffebd2041c4abbb8a9c1e396dd (diff) | |
download | fsf-binutils-gdb-830db0485e19000985ccfdbacda4d4d5d62583bb.zip fsf-binutils-gdb-830db0485e19000985ccfdbacda4d4d5d62583bb.tar.gz fsf-binutils-gdb-830db0485e19000985ccfdbacda4d4d5d62583bb.tar.bz2 |
Add support for reading msdos MZ executables.
See email thread starting here: https://www.sourceware.org/ml/binutils/2018-01/msg00001.html
include * coff/msdos.h: New header.
* coff/pe.h: Move common defines to msdos.h.
* coff/powerpc.h: Likewise.
bfd * i386msdos.c (msdos_mkobject); New function.
(msdos_object_p): New function.
(i386_msdos_vec): Use msdos_object_p as the check_format
function.
* peicode.h: Rename external_PEI_DOS_hdr, DOSMAGIC, and
NT_SIGNATURE to external_DOS_hdr, IMAGE_DOS_SIGNATURE, and
IMAGE_NT_SIGNATURE.
* peXXigen.c: Likewise.
* coff-ia64.c: Likewise.
Diffstat (limited to 'include/ChangeLog')
-rw-r--r-- | include/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/ChangeLog b/include/ChangeLog index ea7476c..2563ab5 100644 --- a/include/ChangeLog +++ b/include/ChangeLog @@ -1,3 +1,9 @@ +2018-02-12 Zebediah Figura <z.figura12@gmail.com> + + * coff/msdos.h: New header. + * coff/pe.h: Move common defines to msdos.h. + * coff/powerpc.h: Likewise. + 2018-01-13 Nick Clifton <nickc@redhat.com> 2.30 branch created. |