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-next-defconfig in repository toolchain/ci/binutils-gdb.
from 3c7ba803ac Fix TARGET_CHAR_BIT/HOST_CHAR_BIT confusion in gmp-utils.c adds 0fcf331bb1 VAX/BFD: Do not warn about GOT addend mismatches if no GOT e [...] adds 6b1dce3a3d Automatic date update in version.in adds 63c457b911 gmp-utils: protect gdb_mpz exports against out-of-range values new 296cfb8889 s390: Fix BC instruction breakpoint handling
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 | 6 ++ bfd/elf32-vax.c | 2 +- bfd/version.h | 2 +- gdb/ChangeLog | 18 +++++ gdb/gmp-utils.c | 79 ++++++++++++++++++-- gdb/gmp-utils.h | 40 +++++----- gdb/s390-tdep.h | 2 +- gdb/unittests/gmp-utils-selftests.c | 71 +++++++++++++++++- ld/ChangeLog | 24 ++++++ ld/testsuite/ld-vax-elf/got-local-aux-off.s | 5 ++ ld/testsuite/ld-vax-elf/got-local-def-off.s | 12 +++ .../ld-vax-elf/got-local-exe-off-hidden.dd | 17 +++++ .../ld-vax-elf/got-local-exe-off-visible.dd | 17 +++++ ld/testsuite/ld-vax-elf/got-local-exe-off.xd | 3 + .../ld-vax-elf/got-local-lib-off-hidden.dd | 17 +++++ .../ld-vax-elf/got-local-lib-off-visible.ed | 2 + ld/testsuite/ld-vax-elf/got-local-lib-off.xd | 3 + ld/testsuite/ld-vax-elf/got-local-off-external.ed | 2 + .../ld-vax-elf/got-local-ref-off-external.s | 12 +++ ld/testsuite/ld-vax-elf/got-local-ref-off-hidden.s | 12 +++ .../ld-vax-elf/got-local-ref-off-visible.s | 12 +++ ld/testsuite/ld-vax-elf/got-local.ld | 17 +++++ ld/testsuite/ld-vax-elf/vax-elf.exp | 85 +++++++++++++++++++++- 23 files changed, 426 insertions(+), 34 deletions(-) create mode 100644 ld/testsuite/ld-vax-elf/got-local-aux-off.s create mode 100644 ld/testsuite/ld-vax-elf/got-local-def-off.s create mode 100644 ld/testsuite/ld-vax-elf/got-local-exe-off-hidden.dd create mode 100644 ld/testsuite/ld-vax-elf/got-local-exe-off-visible.dd create mode 100644 ld/testsuite/ld-vax-elf/got-local-exe-off.xd create mode 100644 ld/testsuite/ld-vax-elf/got-local-lib-off-hidden.dd create mode 100644 ld/testsuite/ld-vax-elf/got-local-lib-off-visible.ed create mode 100644 ld/testsuite/ld-vax-elf/got-local-lib-off.xd create mode 100644 ld/testsuite/ld-vax-elf/got-local-off-external.ed create mode 100644 ld/testsuite/ld-vax-elf/got-local-ref-off-external.s create mode 100644 ld/testsuite/ld-vax-elf/got-local-ref-off-hidden.s create mode 100644 ld/testsuite/ld-vax-elf/got-local-ref-off-visible.s create mode 100644 ld/testsuite/ld-vax-elf/got-local.ld