aboutsummaryrefslogtreecommitdiff
path: root/binutils/ChangeLog
diff options
context:
space:
mode:
authorFangrui Song <maskray@google.com>2020-02-10 16:22:00 +0000
committerNick Clifton <nickc@redhat.com>2020-02-10 16:22:00 +0000
commit3a5d12fbb4f7888525978f9fba46b977afabe391 (patch)
tree78ab7e8fb6f09ab337aaac2eeb44f3ef0eb824f4 /binutils/ChangeLog
parent46471187e440135c1f6e6b2c06df2139b61dfea2 (diff)
downloadgdb-3a5d12fbb4f7888525978f9fba46b977afabe391.zip
gdb-3a5d12fbb4f7888525978f9fba46b977afabe391.tar.gz
gdb-3a5d12fbb4f7888525978f9fba46b977afabe391.tar.bz2
Allow objcopy's --set-section-flags options to add or remove the SHF_EXCLUDE flag of ELF sections.
* objcopy.c (parse_flags): Handle "exclude". * doc/binutils.texi: Document the support.
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r--binutils/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog
index fc3783e..06bbf5d 100644
--- a/binutils/ChangeLog
+++ b/binutils/ChangeLog
@@ -1,3 +1,8 @@
+2020-02-10 Fangrui Song <maskray@google.com>
+
+ * objcopy.c (parse_flags): Handle "exclude".
+ * doc/binutils.texi: Document the support.
+
2020-02-10 Aaron Merey <amerey@redhat.com>
* binutils/testsuite/binutils-all/debuginfod.exp: