This is an automated email from the git hooks/post-receive script.
christophe.lyon pushed a change to branch linaro_binutils-2_27-branch in repository toolchain/binutils-gdb.
from c4b4b7c Create ChangeLog.linaro files for backports, and fix ChangeLo [...] new 11090cc Merge with binutils-2_27-branch rev fd813b0
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 | 32 +++++++ bfd/elf32-arm.c | 47 ++++++++-- bfd/elf32-avr.c | 40 +++++++-- bfd/elf32-ppc.c | 1 + bfd/elf64-ppc.c | 30 ++++--- bfd/version.h | 2 +- gas/ChangeLog | 11 +++ gas/testsuite/gas/ppc/power9.d | 35 +------- gas/testsuite/gas/ppc/power9.s | 41 ++------- gold/ChangeLog | 6 ++ gold/symtab.cc | 1 + ld/ChangeLog | 27 ++++++ ld/scripttempl/DWARF.sc | 1 + ld/testsuite/ld-arm/arm-elf.exp | 6 ++ ld/testsuite/ld-arm/farcall-mixed-app2.d | 99 ++++++++++++++++++++++ .../{farcall-mixed-app.r => farcall-mixed-app2.r} | 0 ld/testsuite/ld-arm/farcall-mixed-app2.s | 76 +++++++++++++++++ ld/testsuite/ld-arm/farcall-mixed-app2.sym | 15 ++++ ld/testsuite/ld-avr/avr-prop-7.d | 15 ++++ ld/testsuite/ld-avr/avr-prop-7.s | 8 ++ ld/testsuite/ld-avr/avr-prop-8.d | 13 +++ ld/testsuite/ld-avr/avr-prop-8.s | 7 ++ opcodes/ChangeLog | 19 +++++ opcodes/ppc-opc.c | 29 ++----- 24 files changed, 450 insertions(+), 111 deletions(-) create mode 100644 ld/testsuite/ld-arm/farcall-mixed-app2.d copy ld/testsuite/ld-arm/{farcall-mixed-app.r => farcall-mixed-app2.r} (100%) create mode 100644 ld/testsuite/ld-arm/farcall-mixed-app2.s create mode 100644 ld/testsuite/ld-arm/farcall-mixed-app2.sym create mode 100644 ld/testsuite/ld-avr/avr-prop-7.d create mode 100644 ld/testsuite/ld-avr/avr-prop-7.s create mode 100644 ld/testsuite/ld-avr/avr-prop-8.d create mode 100644 ld/testsuite/ld-avr/avr-prop-8.s