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 7df9478 Small improvements to the ARM simulator to cope with illegal [...] new e511c9b objcopy/strip: Allow section patterns starting with '!'. new d3e5f6c objcopy/strip: Add option --remove-relocations=SECTIONPATTERN
The 2 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: binutils/ChangeLog | 40 ++++++++ binutils/NEWS | 15 +++ binutils/doc/binutils.texi | 94 +++++++++++++++++++ binutils/objcopy.c | 102 +++++++++++++++++---- binutils/testsuite/binutils-all/data-sections.s | 17 ++++ binutils/testsuite/binutils-all/objcopy.exp | 11 +++ binutils/testsuite/binutils-all/only-section-01.d | 9 ++ binutils/testsuite/binutils-all/remove-relocs-01.d | 16 ++++ binutils/testsuite/binutils-all/remove-relocs-01.s | 19 ++++ binutils/testsuite/binutils-all/remove-relocs-02.d | 6 ++ binutils/testsuite/binutils-all/remove-relocs-03.d | 6 ++ binutils/testsuite/binutils-all/remove-relocs-04.d | 11 +++ binutils/testsuite/binutils-all/remove-relocs-05.d | 17 ++++ binutils/testsuite/binutils-all/remove-relocs-06.d | 11 +++ .../testsuite/binutils-all/remove-section-01.d | 8 ++ 15 files changed, 366 insertions(+), 16 deletions(-) create mode 100644 binutils/testsuite/binutils-all/data-sections.s create mode 100644 binutils/testsuite/binutils-all/only-section-01.d create mode 100644 binutils/testsuite/binutils-all/remove-relocs-01.d create mode 100644 binutils/testsuite/binutils-all/remove-relocs-01.s create mode 100644 binutils/testsuite/binutils-all/remove-relocs-02.d create mode 100644 binutils/testsuite/binutils-all/remove-relocs-03.d create mode 100644 binutils/testsuite/binutils-all/remove-relocs-04.d create mode 100644 binutils/testsuite/binutils-all/remove-relocs-05.d create mode 100644 binutils/testsuite/binutils-all/remove-relocs-06.d create mode 100644 binutils/testsuite/binutils-all/remove-section-01.d