This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_cross_check_gcc/master-arm in repository toolchain/ci/binutils-gdb.
from 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
No new revisions were added by this update.
Summary of changes: 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 + binutils/ChangeLog | 41 + binutils/Makefile.am | 14 +- binutils/Makefile.in | 11 +- binutils/config.in | 3 + binutils/configure | 137 +- binutils/configure.ac | 17 + binutils/po/sr.po | 4228 +++++++++++++++------------ binutils/readelf.c | 379 ++- gdb/testsuite/gdb.fortran/array-slices.exp | 30 +- gdb/testsuite/gdb.fortran/array-slices.f90 | 2 +- gdb/testsuite/gdb.fortran/lbound-ubound.exp | 28 +- gprof/ChangeLog | 4 + gprof/po/ru.po | 273 +- include/ChangeLog | 23 + include/elf/amdgpu.h | 115 + include/elf/common.h | 3 + opcodes/ChangeLog | 5 + opcodes/configure | 1 + opcodes/configure.ac | 1 + 31 files changed, 3434 insertions(+), 2092 deletions(-) create mode 100644 bfd/cpu-amdgcn.c create mode 100644 bfd/elf64-amdgcn.c create mode 100644 include/elf/amdgpu.h