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-aarch64-bootstrap_ubsan 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 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 adds 260ecdcec4 objcopy --weaken-symbol: apply to STB_GNU_UNIQUE symbols adds a6b413d24c gdb: work around prompt corruption caused by bracketed-paste-mode adds 4417601f70 Automatic date update in version.in new 648d04db39 x86: assorted IAMCU CPU checking fixes new c085ab00c7 x86: drop L1OM/K1OM support from gas new b1f8a900fd x86: add another IAMCU testcase new ad9de929c3 x86: unify CPU flag on/off processing new 13ed231a0f x86: never set i386_cpu_flags' "unused" field new ed971d9fa6 x86: don't accept base architectures as extensions new df573325cb Re: bfd: add AMDGCN architecture new 0d1064face asan: buffer overflows after calling ignore_rest_of_line new c55f2b9c61 Re: asan: buffer overflow in peXXigen.c new 6109e902f1 gprofng configure target tests new 4c5f3d0c9e asan: use of uninitialized value in buffer_and_nest new 0c6a3cd135 asan: Buffer overflow in som_set_reloc_info new 98c445c0b9 asan: Buffer overflow in evax_bfd_print_dst new c9178f285a ubsan: Null dereference in parse_module
The 14 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 | 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/peXXigen.c | 96 +- bfd/po/SRC-POTFILES.in | 2 + bfd/som.c | 10 +- bfd/targets.c | 5 + bfd/version.h | 2 +- bfd/vms-alpha.c | 32 +- binutils/ChangeLog | 55 + binutils/Makefile.am | 14 +- binutils/Makefile.in | 11 +- binutils/NEWS | 2 + binutils/config.in | 3 + binutils/configure | 137 +- binutils/configure.ac | 17 + binutils/dlltool.c | 7 +- binutils/objcopy.c | 4 +- binutils/po/sr.po | 4228 +++---- binutils/readelf.c | 379 +- binutils/testsuite/binutils-all/objcopy.exp | 4 + .../testsuite/binutils-all/weaken-gnu-unique.d | 8 + gas/NEWS | 5 + gas/config/tc-i386.c | 76 +- gas/config/tc-i386.h | 10 - gas/doc/c-i386.texi | 4 +- gas/expr.c | 4 +- gas/macro.c | 13 +- gas/read.c | 12 +- gas/testsuite/gas/i386/arch-10-5.l | 2 + .../gas/{xtensa/abi.s => i386/arch-10-5.s} | 0 gas/testsuite/gas/i386/i386.exp | 6 +- gas/testsuite/gas/i386/iamcu-6.d | 3 + gas/testsuite/gas/i386/iamcu-6.s | 2 + gas/testsuite/gas/i386/iamcu-inval-1.l | 5 +- gas/testsuite/gas/i386/iamcu-inval-1.s | 4 +- gas/testsuite/gas/i386/k1om-inval.l | 2 - gas/testsuite/gas/i386/k1om-inval.s | 2 - gas/testsuite/gas/i386/k1om.d | 260 - gas/testsuite/gas/i386/l1om-inval.l | 2 - gas/testsuite/gas/i386/l1om-inval.s | 2 - gas/testsuite/gas/i386/l1om.d | 260 - 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/event-top.c | 20 +- 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.base/eof-exit.exp | 88 + 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 | 58 +- gdb/testsuite/lib/gdb.exp | 9 + gdb/valarith.c | 171 +- gprof/ChangeLog | 4 + gprof/po/ru.po | 273 +- gprofng/Makefile.in | 9 + gprofng/common/gp-defs.h | 8 + gprofng/configure | 328 +- gprofng/configure.ac | 5 + gprofng/doc/Makefile.in | 7 + gprofng/gp-display-html/Makefile.in | 7 + gprofng/libcollector/Makefile.am | 2 +- gprofng/libcollector/Makefile.in | 9 +- gprofng/libcollector/aclocal.m4 | 1 + gprofng/libcollector/configure | 266 +- gprofng/libcollector/configure.ac | 4 + 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 | 12 +- 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 + ld/testsuite/ld-x86-64/abs-k1om.d | 12 - ld/testsuite/ld-x86-64/abs-l1om.d | 12 - ld/testsuite/ld-x86-64/protected2-k1om.d | 18 - ld/testsuite/ld-x86-64/protected2-l1om.d | 18 - ld/testsuite/ld-x86-64/protected3-k1om.d | 17 - ld/testsuite/ld-x86-64/protected3-l1om.d | 17 - ld/testsuite/ld-x86-64/x86-64.exp | 6 - opcodes/ChangeLog | 5 + opcodes/configure | 1 + opcodes/configure.ac | 1 + opcodes/i386-gen.c | 48 +- opcodes/i386-init.h | 762 +- opcodes/i386-opc.h | 10 +- opcodes/i386-tbl.h | 10880 +++++++++---------- 114 files changed, 10434 insertions(+), 9258 deletions(-) create mode 100644 bfd/cpu-amdgcn.c create mode 100644 bfd/elf64-amdgcn.c create mode 100644 binutils/testsuite/binutils-all/weaken-gnu-unique.d create mode 100644 gas/testsuite/gas/i386/arch-10-5.l copy gas/testsuite/gas/{xtensa/abi.s => i386/arch-10-5.s} (100%) create mode 100644 gas/testsuite/gas/i386/iamcu-6.d create mode 100644 gas/testsuite/gas/i386/iamcu-6.s delete mode 100644 gas/testsuite/gas/i386/k1om-inval.l delete mode 100644 gas/testsuite/gas/i386/k1om-inval.s delete mode 100644 gas/testsuite/gas/i386/k1om.d delete mode 100644 gas/testsuite/gas/i386/l1om-inval.l delete mode 100644 gas/testsuite/gas/i386/l1om-inval.s delete mode 100644 gas/testsuite/gas/i386/l1om.d create mode 100644 gdb/testsuite/gdb.base/eof-exit.exp create mode 100644 include/elf/amdgpu.h delete mode 100644 ld/testsuite/ld-x86-64/abs-k1om.d delete mode 100644 ld/testsuite/ld-x86-64/abs-l1om.d delete mode 100644 ld/testsuite/ld-x86-64/protected2-k1om.d delete mode 100644 ld/testsuite/ld-x86-64/protected2-l1om.d delete mode 100644 ld/testsuite/ld-x86-64/protected3-k1om.d delete mode 100644 ld/testsuite/ld-x86-64/protected3-l1om.d