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 7738ddb418 [gas][news] NEWS (2.33) note new SVE2 and TME instructions f [...] adds f64e2f4045 [gdb] Catch exception when constructing the highlighter adds e452e88f54 [gdb/testsuite] Don't use FOOBAR pattern in gdb_test adds 956bafb0de Automatic date update in version.in adds e86f08d28f Declare dwarf_always_disassemble in dwarf2read.h adds c7ae7675cf Move arm_apcs_32 extern declaration to header adds e4153ae630 Move declaration of overload_resolution to value.h adds e59a100122 PowerPC64, error on unsupported dynamic relocation adds 4c51dacacf [GOLD] Fix spurious "plugin needed to handle lto object" warnings adds 3f9aad111c x86-64: fix handling of PUSH/POP of segment register adds 00f93c4492 bfd macro conversion to inline functions adds af30dc128b bfd macro conversion to inline functions, asymbol adds a48931cc2d bfd macro conversion to inline functions, section
No new revisions were added by this update.
Summary of changes: bfd/ChangeLog | 61 ++++ bfd/archive.c | 2 +- bfd/bfd-in.h | 70 ----- bfd/bfd-in2.h | 526 ++++++++++++++++++++++----------- bfd/bfd.c | 213 +++++++++++++ bfd/elf64-ppc.c | 74 +++++ bfd/section.c | 179 +++++------ bfd/targets.c | 68 +++++ bfd/version.h | 2 +- binutils/ChangeLog | 4 + binutils/ar.c | 2 +- gas/ChangeLog | 13 + gas/config/tc-i386.c | 4 +- gas/config/tc-tic6x.c | 2 +- gas/testsuite/gas/i386/x86-64-opcode.d | 6 + gas/testsuite/gas/i386/x86-64-opcode.s | 10 +- gdb/ChangeLog | 33 +++ gdb/arm-linux-nat.c | 2 - gdb/arm-linux-tdep.c | 1 - gdb/arm-nbsd-nat.c | 2 - gdb/arm-tdep.c | 2 +- gdb/arm-tdep.h | 4 + gdb/dwarf2loc.c | 2 - gdb/dwarf2read.c | 14 +- gdb/dwarf2read.h | 4 +- gdb/eval.c | 3 - gdb/gdb_bfd.c | 4 +- gdb/machoread.c | 4 +- gdb/solib.c | 6 +- gdb/source-cache.c | 12 +- gdb/testsuite/ChangeLog | 4 + gdb/testsuite/lib/gdb.exp | 28 +- gdb/value.h | 2 + gold/ChangeLog | 12 + gold/layout.cc | 1 + gold/object.cc | 13 +- gold/powerpc.cc | 2 +- ld/ChangeLog | 24 ++ ld/emultempl/aarch64elf.em | 2 +- ld/emultempl/mmo.em | 4 +- ld/emultempl/pe.em | 4 +- ld/emultempl/pep.em | 4 +- ld/emultempl/ppc64elf.em | 2 +- ld/emultempl/xtensaelf.em | 10 +- ld/ldelf.c | 8 +- ld/ldlang.c | 26 +- ld/ldlang.h | 8 +- ld/ldmain.c | 2 +- opcodes/ChangeLog | 7 + opcodes/i386-opc.tbl | 6 +- opcodes/i386-tbl.h | 30 +- sim/ChangeLog | 4 + sim/ppc/emul_generic.c | 5 - 53 files changed, 1097 insertions(+), 440 deletions(-)