aboutsummaryrefslogtreecommitdiff
path: root/bfd/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r--bfd/ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index 2b41fb3..20d7d5a 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,3 +1,15 @@
+2019-10-29 Andrew Eikum <aeikum@codeweavers.com>
+
+ * libcoff-in.h (struct pe_tdata): Add dos_message field.
+ * libcoff.h: Regenerate.
+ * peXXigen.c (_bfd_XXi_only_swap_filehdr_out): Copy the
+ dos_message field rather than initialising it.
+ (_bfd_XX_bfd_copy_private_bfd_data_common): Copy the dos_message
+ field.
+ * peicode.h (pe_mkobject): Initialise the dos_message field.
+ (pe_mkobject_hook): Copy the dos_message field.
+ (pe_bfd_object_p): Copy the dos_message field.
+
2019-10-25 Alan Modra <amodra@gmail.com>
PR 4499