aboutsummaryrefslogtreecommitdiff
path: root/binutils/ChangeLog
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2023-04-17 17:19:21 +0100
committerNick Clifton <nickc@redhat.com>2023-04-17 17:19:21 +0100
commitc53c6186c8d69586a71a7f8284a9ed7fa8cb207f (patch)
tree71a40fd46545428320c76b8f055d27e3853d419e /binutils/ChangeLog
parentfb12bc1e8e7c5246e4eabcebdb4644c43bc7e6b9 (diff)
downloadfsf-binutils-gdb-c53c6186c8d69586a71a7f8284a9ed7fa8cb207f.zip
fsf-binutils-gdb-c53c6186c8d69586a71a7f8284a9ed7fa8cb207f.tar.gz
fsf-binutils-gdb-c53c6186c8d69586a71a7f8284a9ed7fa8cb207f.tar.bz2
Make the .rsrc section read only.
PR 30142 * peXXigen.c (_bfd_XXi_swap_scnhdr_out): Do not force the .rsrc section to be writeable. * rescoff.c (write_coff_file): Add the SEC_READONLY flag to the .rsrc section.
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r--binutils/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog
index 3b6f045..f705b6c 100644
--- a/binutils/ChangeLog
+++ b/binutils/ChangeLog
@@ -1,3 +1,9 @@
+2023-04-17 Nick Clifton <nickc@redhat.com>
+
+ PR 30142
+ * rescoff.c (write_coff_file): Add the SEC_READONLY flag to the
+ .rsrc section.
+
2023-04-11 Nick Clifton <nickc@redhat.com>
PR 30327