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 27087b7f6c Apply 'const' in more places adds 314ad88df6 Use type_instance_flags more throughout adds 69896a2cd1 Rename address_space_int_to_name/address_space_name_to_int adds 1945192cb9 Rewrite valid-expr.h's internals in terms of the detection i [...] adds 04902b0995 Rewrite enum_flags, add unit tests, fix problems adds aea44f64c8 Automatic date update in version.in adds e1044e6adc gdb: fix compile break when HAVE_LIBEXPAT is not defined adds 4a8f181d19 CRIS: fix PR ld/26589, a missing NULL check in fix for PR ld/22269 adds 10242f367f gdb: remove TYPE_INSTANCE_FLAGS adds 3246bd8ec5 gdb: use make_unique_xstrdup in debuginfod-support.c adds d2b31b6729 gdb: introduce debuginfod_client_up type adds 6db9990640 Change the /nop directive for the BPF port of the assembler [...] adds f36eda1fe3 Fix the assembler's new .nop directive so that the input lin [...] adds 5b3eb5eda8 Add note about creating a bugzilla tag for a point release. adds 7e30b1ebbf PR26610, ARM's "VFPv3 vldr to vmov" gas testcase fail adds db92ac4568 Use arrays rather than pointers for global string constants adds cbe256847e Remove ui::num adds 08cc37dd04 Avoid running one Rust test against older LLVM adds 3743107465 Don't use PyInt_FromSsize_t adds 4bde49dc81 Don't use gdb_py_long_from_longest adds d1cab9876d Don't use gdb_py_long_from_ulongest adds 062534d44f Don't use PyLong_FromLong adds 4ab1029c56 Don't use PyLong_FromLongLong adds 512116ce26 Don't use PyLong_FromUnsignedLong adds 47f0e2ff7f Don't use PyInt_FromLong adds 0403e9ccae elf: Check bfd_target_elf_flavour on input first adds ec6653d824 PE/x86-64: Display PE relocation names adds ce0e8d9783 Automatic date update in version.in new 6b5a7bc768 Handle member pointers directly in generic_value_print new 12d8f940d0 Remove TYPE_CODE_INT case from f_value_print_inner
The 2 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 | 10 + bfd/coff-x86_64.c | 22 +- bfd/elf32-cris.c | 2 +- bfd/version.h | 2 +- binutils/ChangeLog | 5 + binutils/README-how-to-make-a-release | 4 + gas/ChangeLog | 23 ++ gas/config/tc-arm.c | 39 +- gas/config/tc-bpf.h | 4 +- gas/config/tc-s12z.c | 9 +- gas/read.c | 5 + gas/testsuite/gas/cfi/reloc-pe-i386.d | 2 +- gas/testsuite/gas/i386/x86-64-w64-pcrel.d | 8 +- gdb/ChangeLog | 232 ++++++++++++ gdb/Makefile.in | 1 + gdb/avr-tdep.c | 15 +- gdb/btrace.c | 4 +- gdb/c-typeprint.c | 5 +- gdb/c-valprint.c | 26 +- gdb/compile/compile-c-types.c | 9 +- gdb/compile/compile-cplus-symbols.c | 4 +- gdb/compile/compile-cplus-types.c | 16 +- gdb/d-lang.c | 11 +- gdb/debuginfod-support.c | 37 +- gdb/dwarf2/read.c | 7 +- gdb/eval.c | 2 +- gdb/f-valprint.c | 14 +- gdb/ft32-tdep.c | 16 +- gdb/gdbarch.c | 8 +- gdb/gdbarch.h | 16 +- gdb/gdbarch.sh | 10 +- gdb/gdbtypes.c | 103 +++--- gdb/gdbtypes.h | 45 ++- gdb/go-exp.y | 2 +- gdb/jit.c | 6 +- gdb/linespec.c | 2 +- gdb/python/py-arch.c | 25 +- gdb/python/py-breakpoint.c | 12 +- gdb/python/py-exitedevent.c | 2 +- gdb/python/py-frame.c | 6 +- gdb/python/py-framefilter.c | 4 +- gdb/python/py-inferior.c | 4 +- gdb/python/py-infevents.c | 4 +- gdb/python/py-infthread.c | 27 +- gdb/python/py-lazy-string.c | 4 +- gdb/python/py-record-btrace.c | 12 +- gdb/python/py-record.c | 6 +- gdb/python/py-symbol.c | 4 +- gdb/python/py-symtab.c | 6 +- gdb/python/py-tui.c | 8 +- gdb/python/py-type.c | 16 +- gdb/python/py-value.c | 6 +- gdb/python/python-internal.h | 6 - gdb/python/python.c | 6 +- gdb/record-btrace.c | 10 +- gdb/rust-exp.y | 2 +- gdb/rust-lang.c | 5 - gdb/s390-tdep.c | 13 +- gdb/stabsread.c | 11 +- gdb/testsuite/ChangeLog | 6 + gdb/testsuite/gdb.rust/simple.exp | 13 +- gdb/testsuite/lib/rust-support.exp | 19 + gdb/top.c | 4 - gdb/top.h | 3 - gdb/type-stack.c | 9 +- gdb/type-stack.h | 10 +- gdb/ui-style.c | 2 +- gdb/unittests/enum-flags-selftests.c | 586 ++++++++++++++++++++++++++++++ gdb/unittests/memory-map-selftests.c | 2 +- gdb/valprint.c | 32 +- gdb/xml-tdesc.c | 3 +- gdbserver/ChangeLog | 5 + gdbserver/linux-x86-low.cc | 4 +- gdbsupport/ChangeLog | 30 ++ gdbsupport/enum-flags.h | 370 ++++++++++++++----- gdbsupport/traits.h | 67 ++++ gdbsupport/valid-expr.h | 35 +- ld/ChangeLog | 9 + ld/ldelf.c | 3 +- ld/testsuite/ld-cris/locref3.s | 14 + ld/testsuite/ld-cris/pr26589.d | 16 + 81 files changed, 1729 insertions(+), 438 deletions(-) create mode 100644 gdb/unittests/enum-flags-selftests.c create mode 100644 ld/testsuite/ld-cris/locref3.s create mode 100644 ld/testsuite/ld-cris/pr26589.d