This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository binutils-gdb.
from 4fb2abb59d1 Automatic date update in version.in new 5e24da908db PR30592 objcopy: allow --set-section-flags to add or remove [...]
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: bfd/ChangeLog | 8 +++++ bfd/bfd-in2.h | 3 ++ bfd/elf64-x86-64.c | 39 ++++++++++++++++++++++ bfd/section.c | 3 ++ binutils/ChangeLog | 14 ++++++++ binutils/NEWS | 3 ++ binutils/doc/binutils.texi | 15 +++++---- binutils/objcopy.c | 22 ++++++++++-- .../binutils-all/x86-64/large-sections-2-x32.d | 15 +++++++++ .../binutils-all/x86-64/large-sections-2.d | 15 +++++++++ .../binutils-all/x86-64/large-sections-i386.d | 6 ++++ .../testsuite/binutils-all/x86-64/large-sections.d | 14 ++++++++ .../testsuite/binutils-all/x86-64/large-sections.s | 8 +++++ 13 files changed, 155 insertions(+), 10 deletions(-) create mode 100644 binutils/testsuite/binutils-all/x86-64/large-sections-2-x32.d create mode 100644 binutils/testsuite/binutils-all/x86-64/large-sections-2.d create mode 100644 binutils/testsuite/binutils-all/x86-64/large-sections-i386.d create mode 100644 binutils/testsuite/binutils-all/x86-64/large-sections.d create mode 100644 binutils/testsuite/binutils-all/x86-64/large-sections.s