diff options
author | Andrew Eikum <aeikum@codeweavers.com> | 2019-10-29 08:02:34 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2019-10-29 08:02:34 +0000 |
commit | 2f1575ea6f93a3f0c2b439ac6bf5fe34ef42a1ad (patch) | |
tree | 424dc470dbceeb150e3b6255c0f5f4ec9cbd5958 /include/ChangeLog | |
parent | b9d8f5601bcfbe96ab0476286ae8e249ada10db5 (diff) | |
download | gdb-2f1575ea6f93a3f0c2b439ac6bf5fe34ef42a1ad.zip gdb-2f1575ea6f93a3f0c2b439ac6bf5fe34ef42a1ad.tar.gz gdb-2f1575ea6f93a3f0c2b439ac6bf5fe34ef42a1ad.tar.bz2 |
Fix the size of the dos_message field in the internal_extra_pe_filehdr structure on hosts where sizeof(long) == 8.
* coff/internal.h (struct internal_extra_pe_filehdr): Use ints
instead of longs to hold dos_message.
Diffstat (limited to 'include/ChangeLog')
-rw-r--r-- | include/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/ChangeLog b/include/ChangeLog index 1b3a519..44c71a7 100644 --- a/include/ChangeLog +++ b/include/ChangeLog @@ -1,3 +1,8 @@ +2019-10-29 Andrew Eikum <aeikum@codeweavers.com> + + * coff/internal.h (struct internal_extra_pe_filehdr): Use ints + instead of longs to hold dos_message. + 2019-10-25 Alan Modra <amodra@gmail.com> PR 4499 |