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-aarch64-lts-allmodconfig in repository toolchain/ci/binutils-gdb.
from 4d0bcfcf62 gdb: update instance_flags field name in gdb-gdb.py.in adds b650a28273 gdb: use bool in the solib catchpoint area adds c2f876e11e Automatic date update in version.in adds c568ac5ff7 opcodes/csky: return the default disassembler when there is no bfd adds 848471acef Tidy gas i386.exp adds d2cd411356 gdb/riscv: fix decode of c.sdsp instruction adds dd80eb2cff Skip IFUNC relocations in debug sections ignored by ld.so. [...] adds 9519b2eea0 Make c-exp.y:name_obstack static adds 88f07206fa Use htab_up in auto-load.c adds c1fb98360c Use htab_up in breakpoint.c adds 32580f6d2e Use htab_up in completion_tracker adds 99032cfcc6 Use htab_up in filename_seen_cache adds 7a8a5d47c3 Use htab_up in linespec.c adds eb53f10555 Use htab_up in target-descriptions.c adds fa9b11648c Use htab_up in typedef_hash_table adds 6108fd1823 Use htab_up in type copying adds 280a9412e4 Use htab_up in dwarf2/read.c adds 0363df3db7 Fix ctrl-c when debugging WOW64 processes adds c1e1314d00 Change management of tdesc_arch_data
No new revisions were added by this update.
Summary of changes: bfd/ChangeLog | 6 ++ bfd/elfxx-sparc.c | 20 ++++- bfd/version.h | 2 +- gas/ChangeLog | 4 + gas/testsuite/gas/i386/i386.exp | 68 +++++++-------- gdb/ChangeLog | 133 ++++++++++++++++++++++++++++ gdb/aarch64-tdep.c | 19 ++-- gdb/arc-tdep.c | 17 ++-- gdb/arm-tdep.c | 61 +++++-------- gdb/auto-load.c | 41 ++++----- gdb/breakpoint.c | 57 +++++------- gdb/breakpoint.h | 18 +++- gdb/c-exp.y | 2 +- gdb/compile/compile-object-run.c | 6 +- gdb/completer.c | 29 +++--- gdb/completer.h | 4 +- gdb/dwarf2/read.c | 20 ++--- gdb/filename-seen-cache.c | 17 ++-- gdb/filename-seen-cache.h | 5 +- gdb/gdbtypes.c | 10 +-- gdb/gdbtypes.h | 2 +- gdb/guile/scm-type.c | 7 +- gdb/i386-tdep.c | 10 +-- gdb/linespec.c | 30 ++----- gdb/m68k-tdep.c | 26 ++---- gdb/microblaze-tdep.c | 15 ++-- gdb/mips-tdep.c | 74 ++++++---------- gdb/nds32-tdep.c | 14 ++- gdb/nios2-tdep.c | 13 ++- gdb/or1k-tdep.c | 11 +-- gdb/python/py-type.c | 10 +-- gdb/riscv-tdep.c | 21 ++--- gdb/rs6000-tdep.c | 184 +++++++++++++-------------------------- gdb/rx-tdep.c | 13 ++- gdb/s390-tdep.c | 10 +-- gdb/sparc-tdep.c | 17 ++-- gdb/target-descriptions.c | 33 +++---- gdb/target-descriptions.h | 22 +++-- gdb/tic6x-tdep.c | 40 ++++----- gdb/typeprint.c | 29 +++--- gdb/typeprint.h | 4 +- gdb/value.c | 11 +-- gdb/windows-nat.c | 35 +++++++- opcodes/ChangeLog | 5 ++ opcodes/csky-dis.c | 32 +++---- 45 files changed, 600 insertions(+), 607 deletions(-)