aboutsummaryrefslogtreecommitdiff
path: root/include/ChangeLog
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2021-12-01 11:29:34 +0000
committerNick Clifton <nickc@redhat.com>2021-12-01 11:29:34 +0000
commit92fc129e2b0066706ee8971d311f2c507ce38d4b (patch)
tree9b2a165a4391deff79047d38229f1f6ce41a416f /include/ChangeLog
parent288712bbaca36bff6578bc839ebcdc3707662f81 (diff)
downloadfsf-binutils-gdb-92fc129e2b0066706ee8971d311f2c507ce38d4b.zip
fsf-binutils-gdb-92fc129e2b0066706ee8971d311f2c507ce38d4b.tar.gz
fsf-binutils-gdb-92fc129e2b0066706ee8971d311f2c507ce38d4b.tar.bz2
Fix the fields in the x_n union inside the the x_file structure so that pointers can be stored.
PR 28630 * coff/internal.h (x_n): Use bfd_hostptr_t for the fields in this structure.
Diffstat (limited to 'include/ChangeLog')
-rw-r--r--include/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/ChangeLog b/include/ChangeLog
index c0486e9..c5b3631 100644
--- a/include/ChangeLog
+++ b/include/ChangeLog
@@ -1,3 +1,9 @@
+2021-12-01 Nick Clifton <nickc@redhat.com>
+
+ PR 28630
+ * coff/internal.h (x_n): Use bfd_hostptr_t for the fields in this
+ structure.
+
2021-11-25 Andrew Burgess <aburgess@redhat.com>
Simon Cook <simon.cook@embecosm.com>