This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gcc_bootstrap/master-arm-bootstrap_ubsan in repository toolchain/ci/binutils-gdb.
from 4ec39c4bca gprofng: Add a configure test for clock_gettime and a use of [...] adds af481f0129 gdb/testsuite: rename a proc and fix a typo adds cda8dc94df Fix bug in dwarf-mode.el adds 6aa03e9c17 gprofng: avoid using `fallthrough' attributes adds 8f50b4b574 Do not capture updated 'pc' in add_local_symbols adds 42952a9605 PowerPC64 extended instructions in powerpc_macros adds f304c63d24 PowerPC32 extended instructions in powerpc_macros adds 51ba92c795 PowerPC VLE extended instructions in powerpc_macros adds 8736318e4e PowerPC SPE/SPE2 aliases in powerpc_macros adds dc3ff92676 Delete PowerPC macro insn support adds 22546800ad Automatic date update in version.in adds 9bde221fec Make gdb.fortran/{array-slices,lbound-ubound} work against g [...] adds f4f95df31b Updated Serbian (for binutils/) and Russian (for gprof/) tra [...] adds 978602e83f bfd: add AMDGCN architecture adds e316110609 opcodes: handle bfd_amdgcn_arch in configure script adds 37870be874 binutils/readelf: handle AMDGPU OS ABIs adds c077c5802c binutils/readelf: decode AMDGPU-specific e_flags adds 28cdbb183b binutils/readelf: handle NT_AMDGPU_METADATA note name adds 2952f10cd7 binutils/readelf: build against msgpack, dump NT_AMDGPU_META [...] adds 0c857ef4df binutils/readelf: handle AMDGPU relocation types adds c5edd3b884 gprofng: Define ATTRIBUTE_FALLTHROUGH adds a8b34706ef gprofng: Don't hardcode -Wno-nonnull-compare adds 61a1f2e711 gprofng: Don't hardcode -Wno-format-truncation/-Wno-switch adds f4be26838d gprofng: Use symver attribute if available adds a2757c4ed6 gdb/mi: consistently notify user when GDB/MI client uses -th [...] adds d65c0ddddd dlltool: Use the output name as basis for deterministic temp [...] adds 879f2aae39 Powerpc fix for gdb.base/ending-run.exp adds 16b6c36154 Remove eval_op_string adds fc18a21b65 Ada support for wide strings adds a73c128df6 Remove eval_op_concat adds b1b9c4115e Reimplement array concatenation for Ada and D
No new revisions were added by this update.
Summary of changes: ChangeLog | 5 + bfd/ChangeLog | 21 + bfd/Makefile.am | 4 + bfd/Makefile.in | 6 + bfd/archures.c | 15 + bfd/bfd-in2.h | 13 + bfd/config.bfd | 5 + bfd/configure | 1 + bfd/configure.ac | 1 + bfd/cpu-amdgcn.c | 59 + bfd/elf-bfd.h | 1 + bfd/elf64-amdgcn.c | 80 + bfd/targets.c | 5 + bfd/version.h | 2 +- binutils/ChangeLog | 52 + binutils/Makefile.am | 14 +- binutils/Makefile.in | 11 +- binutils/config.in | 3 + binutils/configure | 137 +- binutils/configure.ac | 17 + binutils/dlltool.c | 7 +- binutils/dwarf-mode.el | 10 +- binutils/po/sr.po | 4228 +++++++++++--------- binutils/readelf.c | 379 +- gas/config/tc-ppc.c | 118 +- gas/testsuite/gas/ppc/476.d | 10 +- gas/testsuite/gas/ppc/prefix-reloc.d | 2 +- gas/testsuite/gas/ppc/simpshft.d | 50 +- gas/testsuite/gas/ppc/vle-simple-5.d | 10 +- gdb/ada-exp.h | 15 + gdb/ada-exp.y | 2 +- gdb/ada-lang.c | 121 +- gdb/doc/gdb.texinfo | 5 +- gdb/eval.c | 27 +- gdb/expop.h | 17 +- gdb/mi/mi-cmd-stack.c | 12 +- gdb/mi/mi-cmds.c | 18 +- gdb/mi/mi-cmds.h | 17 +- gdb/mi/mi-main.c | 51 +- gdb/python/py-micmd.c | 5 +- gdb/stack.c | 8 - gdb/stack.h | 6 - gdb/testsuite/gdb.ada/widewide.exp | 16 + gdb/testsuite/gdb.ada/widewide/foo.adb | 2 + gdb/testsuite/gdb.base/ending-run.exp | 16 + gdb/testsuite/gdb.dlang/expression.exp | 4 + gdb/testsuite/gdb.fortran/array-slices.exp | 30 +- gdb/testsuite/gdb.fortran/array-slices.f90 | 2 +- gdb/testsuite/gdb.fortran/lbound-ubound.exp | 28 +- .../gdb.mi/user-selected-context-sync.exp | 138 +- gdb/tracepoint.c | 4 +- gdb/valarith.c | 171 +- gprof/ChangeLog | 4 + gprof/po/ru.po | 273 +- gprofng/Makefile.in | 2 + gprofng/common/gp-defs.h | 8 + gprofng/configure | 122 +- gprofng/configure.ac | 4 + gprofng/libcollector/Makefile.am | 2 +- gprofng/libcollector/Makefile.in | 3 +- gprofng/libcollector/aclocal.m4 | 1 + gprofng/libcollector/configure | 64 +- gprofng/libcollector/configure.ac | 3 + gprofng/libcollector/dispatcher.c | 12 +- gprofng/libcollector/iotrace.c | 55 +- gprofng/libcollector/linetrace.c | 27 +- gprofng/libcollector/mmaptrace.c | 6 +- gprofng/libcollector/synctrace.c | 47 +- gprofng/src/Makefile.am | 5 +- gprofng/src/Makefile.in | 7 +- gprofng/src/collector_module.h | 11 + gprofng/src/gp-collect-app.cc | 2 +- include/ChangeLog | 23 + include/elf/amdgpu.h | 115 + include/elf/common.h | 3 + include/opcode/ppc.h | 34 +- ld/testsuite/ld-powerpc/elfv2so.d | 2 +- ld/testsuite/ld-powerpc/notoc.d | 2 +- ld/testsuite/ld-powerpc/notoc3.d | 2 +- ld/testsuite/ld-powerpc/tlsdesc2.d | 2 +- ld/testsuite/ld-powerpc/tlsget.d | 2 +- ld/testsuite/ld-powerpc/tlsget2.d | 2 +- ld/testsuite/ld-powerpc/tlsopt5.d | 2 +- ld/testsuite/ld-powerpc/tlsopt6.d | 2 +- opcodes/ChangeLog | 5 + opcodes/configure | 1 + opcodes/configure.ac | 1 + opcodes/ppc-opc.c | 683 +++- 88 files changed, 4748 insertions(+), 2772 deletions(-) create mode 100644 bfd/cpu-amdgcn.c create mode 100644 bfd/elf64-amdgcn.c create mode 100644 include/elf/amdgpu.h