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 b643315dec Automatic date update in version.in new f3185997ac Have info_to_howto functions return a success/fail status. [...]
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 | 130 ++++++++++++++++++++++++++++ bfd/elf-bfd.h | 10 +-- bfd/elf-hppa.h | 36 ++++++-- bfd/elf-m10200.c | 17 +++- bfd/elf-m10300.c | 7 +- bfd/elf.c | 3 +- bfd/elf32-arc.c | 15 +++- bfd/elf32-arm.c | 20 +++-- bfd/elf32-avr.c | 6 +- bfd/elf32-bfin.c | 16 +++- bfd/elf32-cr16.c | 7 +- bfd/elf32-cr16c.c | 10 ++- bfd/elf32-cris.c | 6 +- bfd/elf32-crx.c | 9 +- bfd/elf32-d10v.c | 8 +- bfd/elf32-d30v.c | 12 ++- bfd/elf32-dlx.c | 11 +-- bfd/elf32-epiphany.c | 6 +- bfd/elf32-fr30.c | 6 +- bfd/elf32-frv.c | 12 ++- bfd/elf32-ft32.c | 15 +++- bfd/elf32-gen.c | 6 +- bfd/elf32-h8300.c | 36 ++++---- bfd/elf32-i370.c | 5 +- bfd/elf32-i386.c | 37 ++++---- bfd/elf32-i860.c | 12 +-- bfd/elf32-i960.c | 16 ++-- bfd/elf32-ip2k.c | 6 +- bfd/elf32-iq2000.c | 6 +- bfd/elf32-lm32.c | 11 ++- bfd/elf32-m32c.c | 14 +-- bfd/elf32-m32r.c | 26 ++++-- bfd/elf32-m68hc11.c | 10 ++- bfd/elf32-m68hc12.c | 10 ++- bfd/elf32-m68hc1x.c | 3 +- bfd/elf32-m68k.c | 6 +- bfd/elf32-mcore.c | 5 +- bfd/elf32-mep.c | 12 +-- bfd/elf32-metag.c | 6 +- bfd/elf32-microblaze.c | 5 +- bfd/elf32-mips.c | 21 +++-- bfd/elf32-moxie.c | 6 +- bfd/elf32-msp430.c | 17 ++-- bfd/elf32-mt.c | 14 +-- bfd/elf32-nds32.c | 28 ++++-- bfd/elf32-nios2.c | 44 ++++++---- bfd/elf32-or1k.c | 6 +- bfd/elf32-pj.c | 5 +- bfd/elf32-ppc.c | 11 ++- bfd/elf32-pru.c | 48 ++++++---- bfd/elf32-rl78.c | 8 +- bfd/elf32-rx.c | 20 +++-- bfd/elf32-s390.c | 10 ++- bfd/elf32-score.c | 16 ++-- bfd/elf32-score.h | 2 +- bfd/elf32-score7.c | 12 +-- bfd/elf32-sh.c | 5 +- bfd/elf32-spu.c | 5 +- bfd/elf32-tic6x.c | 58 ++++++++++--- bfd/elf32-tilepro.c | 14 ++- bfd/elf32-v850.c | 37 +++++--- bfd/elf32-vax.c | 7 +- bfd/elf32-visium.c | 6 +- bfd/elf32-wasm32.c | 9 +- bfd/elf32-xc16x.c | 15 ++-- bfd/elf32-xgate.c | 14 +-- bfd/elf32-xstormy16.c | 16 +++- bfd/elf32-xtensa.c | 9 +- bfd/elf64-alpha.c | 5 +- bfd/elf64-gen.c | 6 +- bfd/elf64-ia64-vms.c | 22 ++++- bfd/elf64-mips.c | 27 +++--- bfd/elf64-mmix.c | 6 +- bfd/elf64-ppc.c | 24 ++++- bfd/elf64-s390.c | 15 +++- bfd/elf64-sh64.c | 12 ++- bfd/elf64-sparc.c | 6 +- bfd/elf64-x86-64.c | 14 ++- bfd/elfcode.h | 10 ++- bfd/elfn32-mips.c | 16 ++-- bfd/elfnn-aarch64.c | 10 ++- bfd/elfnn-ia64.c | 23 ++++- bfd/elfnn-riscv.c | 32 ++++--- bfd/elfxx-ia64.c | 19 ++-- bfd/elfxx-sparc.c | 30 ++++--- bfd/elfxx-sparc.h | 2 +- bfd/elfxx-target.h | 4 +- bfd/elfxx-tilegx.c | 20 ++++- bfd/elfxx-tilegx.h | 2 +- binutils/ChangeLog | 9 ++ binutils/objcopy.c | 15 +++- binutils/testsuite/binutils-all/objcopy.exp | 2 + binutils/testsuite/binutils-all/readelf.exp | 2 + binutils/testsuite/binutils-all/strip-13.d | 9 ++ binutils/testsuite/binutils-all/strip-13.s | 12 +++ 95 files changed, 996 insertions(+), 415 deletions(-) create mode 100644 binutils/testsuite/binutils-all/strip-13.d create mode 100644 binutils/testsuite/binutils-all/strip-13.s