This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-master-arm-stable-allnoconfig in repository toolchain/ci/binutils-gdb.
from 93370e8e7b Re: PowerPC PIC vs. DLL TLS issues adds c0ea7c52e1 Add support for new functionality in the msp430 backend of GCC. adds 606813d5cd Move top-level Makefile.def/Makefile.in to the top-level ChangeLog adds 51f1fdc3d2 Use gdb_static_assert in charset.c adds bad5c02618 Move declaration of vtbl_ptr_name to the header. adds f21410c03a Automatic date update in version.in adds 46e292ab0a S/390: Add support for z15 as CPU name. new 6446511295 PowerPC local got test new 063c511bd7 PR25078, stack overflow in function find_abstract_instance new b7d9d3ee59 PR25079, "ar s" stopped working
The 3 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 | 13 ++ bfd/dwarf2.c | 35 +++-- bfd/elf32-msp430.c | 87 ++++++++---- bfd/version.h | 2 +- binutils/ChangeLog | 12 ++ binutils/ar.c | 3 +- binutils/readelf.c | 32 ++++- gas/ChangeLog | 24 ++++ gas/config/tc-msp430.c | 146 ++++++++++++++++++++- gas/config/tc-s390.c | 2 +- gas/doc/as.texi | 20 ++- gas/doc/c-msp430.texi | 12 ++ gas/doc/c-s390.texi | 4 +- gas/testsuite/gas/msp430/attr-430-small-bad.d | 4 + gas/testsuite/gas/msp430/attr-430-small-bad.l | 4 + gas/testsuite/gas/msp430/attr-430-small-good.d | 6 + gas/testsuite/gas/msp430/attr-430-small.s | 3 + gas/testsuite/gas/msp430/attr-430x-large-any-bad.d | 4 + gas/testsuite/gas/msp430/attr-430x-large-any-bad.l | 3 + .../gas/msp430/attr-430x-large-any-good.d | 6 + gas/testsuite/gas/msp430/attr-430x-large-any.s | 4 + .../gas/msp430/attr-430x-large-lower-bad.d | 4 + .../gas/msp430/attr-430x-large-lower-bad.l | 3 + .../gas/msp430/attr-430x-large-lower-good.d | 6 + gas/testsuite/gas/msp430/attr-430x-large-lower.s | 4 + gas/testsuite/gas/msp430/msp430.exp | 6 + gdb/ChangeLog | 36 +++-- gdb/c-lang.h | 6 + gdb/charset.c | 12 +- gdb/cp-valprint.c | 2 +- gdb/stabsread.c | 6 +- include/ChangeLog | 5 + include/elf/msp430.h | 41 ++++++ ld/ChangeLog | 15 +++ ld/testsuite/ld-msp430-elf/attr-gnu-main.s | 8 ++ ld/testsuite/ld-msp430-elf/attr-gnu-obj.s | 2 + .../ld-msp430-elf/attr-gnu-region-lower-upper.d | 6 + ld/testsuite/ld-msp430-elf/attr-gnu-region-lower.d | 12 ++ ld/testsuite/ld-msp430-elf/attr-gnu-region-upper.d | 13 ++ ld/testsuite/ld-msp430-elf/msp430-elf.exp | 12 +- ld/testsuite/ld-powerpc/localgot.d | 8 ++ ld/testsuite/ld-powerpc/localgot.s | 5 + ld/testsuite/ld-powerpc/powerpc.exp | 1 + opcodes/s390-mkopc.c | 3 +- 44 files changed, 556 insertions(+), 86 deletions(-) create mode 100644 gas/testsuite/gas/msp430/attr-430-small-bad.d create mode 100644 gas/testsuite/gas/msp430/attr-430-small-bad.l create mode 100644 gas/testsuite/gas/msp430/attr-430-small-good.d create mode 100644 gas/testsuite/gas/msp430/attr-430-small.s create mode 100644 gas/testsuite/gas/msp430/attr-430x-large-any-bad.d create mode 100644 gas/testsuite/gas/msp430/attr-430x-large-any-bad.l create mode 100644 gas/testsuite/gas/msp430/attr-430x-large-any-good.d create mode 100644 gas/testsuite/gas/msp430/attr-430x-large-any.s create mode 100644 gas/testsuite/gas/msp430/attr-430x-large-lower-bad.d create mode 100644 gas/testsuite/gas/msp430/attr-430x-large-lower-bad.l create mode 100644 gas/testsuite/gas/msp430/attr-430x-large-lower-good.d create mode 100644 gas/testsuite/gas/msp430/attr-430x-large-lower.s create mode 100644 ld/testsuite/ld-msp430-elf/attr-gnu-main.s create mode 100644 ld/testsuite/ld-msp430-elf/attr-gnu-obj.s create mode 100644 ld/testsuite/ld-msp430-elf/attr-gnu-region-lower-upper.d create mode 100644 ld/testsuite/ld-msp430-elf/attr-gnu-region-lower.d create mode 100644 ld/testsuite/ld-msp430-elf/attr-gnu-region-upper.d create mode 100644 ld/testsuite/ld-powerpc/localgot.d create mode 100644 ld/testsuite/ld-powerpc/localgot.s