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 3e04d7655b Inline PLT call optimization new 9ccfa98b4c MIPS64/BFD: Fix a crash with invalid `r_sym' in relocation new 3f97ba9fc8 binutils/testsuite: Verify the handling of invalid `r_sym' i [...] new aec2e0d252 MIPS64/BFD: Fix a crash with STN_UNDEF in relocation new d52e3d06e5 binutils/testsuite: Fix a crash with STN_UNDEF in relocation
The 4 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 | 11 ++++++++++ bfd/elf64-mips.c | 23 ++++++++++++++++++-- binutils/ChangeLog | 16 ++++++++++++++ binutils/testsuite/binutils-all/objcopy.exp | 21 ++++++++++++++++++ binutils/testsuite/binutils-all/strip-14.d | 7 ++++++ binutils/testsuite/binutils-all/strip-14mips64.s | 14 ++++++++++++ binutils/testsuite/binutils-all/strip-14rel.s | 23 ++++++++++++++++++++ binutils/testsuite/binutils-all/strip-14rela.s | 27 ++++++++++++++++++++++++ binutils/testsuite/binutils-all/strip-15.d | 8 +++++++ binutils/testsuite/binutils-all/strip-15mips64.s | 14 ++++++++++++ binutils/testsuite/binutils-all/strip-15rel.s | 23 ++++++++++++++++++++ binutils/testsuite/binutils-all/strip-15rela.s | 27 ++++++++++++++++++++++++ 12 files changed, 212 insertions(+), 2 deletions(-) create mode 100644 binutils/testsuite/binutils-all/strip-14.d create mode 100644 binutils/testsuite/binutils-all/strip-14mips64.s create mode 100644 binutils/testsuite/binutils-all/strip-14rel.s create mode 100644 binutils/testsuite/binutils-all/strip-14rela.s create mode 100644 binutils/testsuite/binutils-all/strip-15.d create mode 100644 binutils/testsuite/binutils-all/strip-15mips64.s create mode 100644 binutils/testsuite/binutils-all/strip-15rel.s create mode 100644 binutils/testsuite/binutils-all/strip-15rela.s