]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
Allow objcopy's --set-section-flags options to add or remove the SHF_EXCLUDE flag...
authorFangrui Song <maskray@google.com>
Mon, 10 Feb 2020 16:22:00 +0000 (16:22 +0000)
committerNick Clifton <nickc@redhat.com>
Mon, 10 Feb 2020 16:22:00 +0000 (16:22 +0000)
commit3a5d12fbb4f7888525978f9fba46b977afabe391
tree78ab7e8fb6f09ab337aaac2eeb44f3ef0eb824f4
parent46471187e440135c1f6e6b2c06df2139b61dfea2
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.
binutils/ChangeLog
binutils/doc/binutils.texi
binutils/objcopy.c