This is an automated email from the git hooks/post-receive script.
tcwg-benchmark pushed a change to branch linaro-local/ci/tcwg_bmk_stm32/gnu_eabi-master-arm-eabi-coremark-Os in repository toolchain/ci/binutils-gdb.
from 117c628d49 [gdb/testsuite] Add testcase for DW_AT_count referencing a variable adds c751e4652d Automatic date update in version.in adds 199225823d gdb/testsuite: add template for test cases adds a3a02fe862 aarch64: Add support for Cortex-A78C adds e1b9725dfa ld: Make ARC's tls_ie-01 test more flexible adds cbf097d7b0 s390x: Set .got sh_entsize only if .got size > 0 adds f60742b2a1 Fix an illegal memory access when accessing corrupt dynamic [...] adds d6ab69dd54 [gdb] Don't return non-existing path in debuginfod_source_query adds 891615f060 [gdb/testsuite] Fix minimal encodings KPASSes adds 15a491af3c gdb/testsuite: show evaluation errors in gdb_assert adds fc23d4728d Automatic date update in version.in adds 4fbb7ccebe Fix stack smashing error during gdb_mpq_write_fixed_point selftest adds 987b670356 change and rename gmp_string_asprintf to return an std::string adds c9f0b43fe4 gmp-utils: Convert the read/write methods to using gdb::array_view adds 2a12c336b9 gdbtypes.h: Get rid of the TYPE_FIXED_POINT_INFO macro adds d19937a74c Make fixed_point_type_base_type a method of struct type adds e6fcee3a73 Make function fixed_point_scaling_factor a method of struct type adds af619ce989 valarith.c: Replace INIT_VAL_WITH_FIXED_POINT_VAL macro by lambda adds 4afa9fd9b0 Add TYPE_CODE_FIXED_POINT handling in print_type_scalar adds 0fb8bb022e gdb/NEWS: Document that building GDB now requires GMP adds fa123c3281 gdb/NEWS: Document that GDB now supports DWARF-based fixed p [...] adds c609df6474 gdb/README: Document the --with-libgmp-prefix configure option adds 2c20a6018c gdb/README: Fix the URL of the MPFR website (now https). adds 50757f95a8 gdb/testsuite: do not hard-code location indices in condbrea [...] adds 1c64f6cbcf gdb: remove struct cached_reg typedef adds d0089f12f6 ld/x86-64: Add PR gold/26939 tests adds eac5c6d392 Automatic date update in version.in
No new revisions were added by this update.
Summary of changes: bfd/ChangeLog | 18 ++ bfd/elf-bfd.h | 4 +- bfd/elf.c | 13 +- bfd/elf64-s390.c | 2 +- bfd/elfcode.h | 2 +- bfd/version.h | 2 +- gas/ChangeLog | 6 + gas/NEWS | 3 +- gas/config/tc-aarch64.c | 9 + gas/doc/c-aarch64.texi | 1 + gdb/ChangeLog | 95 +++++++++++ gdb/NEWS | 12 ++ gdb/README | 7 +- gdb/ada-valprint.c | 2 +- gdb/debuginfod-support.c | 6 +- gdb/dwarf2/read.c | 4 +- gdb/gdbtypes.c | 26 +-- gdb/gdbtypes.h | 54 ++++-- gdb/gmp-utils.c | 42 +++-- gdb/gmp-utils.h | 42 ++--- gdb/regcache.h | 4 +- gdb/testsuite/ChangeLog | 26 +++ gdb/testsuite/gdb.ada/enum_idx_packed.exp | 5 +- gdb/testsuite/gdb.ada/mod_from_name.exp | 5 +- gdb/testsuite/gdb.ada/pckd_arr_ren.exp | 5 +- gdb/testsuite/gdb.base/condbreak-multi-context.exp | 190 +++++++++++++-------- gdb/testsuite/gdb.base/template.c | 24 +++ gdb/testsuite/gdb.base/template.exp | 32 ++++ gdb/testsuite/gdb.dwarf2/dw2-fixed-point.exp | 28 +-- gdb/testsuite/lib/gdb.exp | 9 +- gdb/typeprint.c | 9 +- gdb/unittests/gmp-utils-selftests.c | 18 +- gdb/valarith.c | 43 +++-- gdb/valops.c | 16 +- gdb/valprint.c | 10 +- gdb/value.c | 7 +- ld/ChangeLog | 19 +++ ld/testsuite/ld-arc/tls_ie-01.d | 63 ++++++- ld/testsuite/ld-s390/pr26918-1.d | 5 + ld/testsuite/ld-s390/pr26918-1.s | 19 +++ ld/testsuite/ld-s390/s390.exp | 7 + ld/testsuite/ld-x86-64/pr26939-x32.d | 13 ++ ld/testsuite/ld-x86-64/pr26939.d | 12 ++ ld/testsuite/ld-x86-64/pr26939.s | 5 + ld/testsuite/ld-x86-64/x86-64.exp | 2 + 45 files changed, 705 insertions(+), 221 deletions(-) create mode 100644 gdb/testsuite/gdb.base/template.c create mode 100644 gdb/testsuite/gdb.base/template.exp create mode 100644 ld/testsuite/ld-s390/pr26918-1.d create mode 100644 ld/testsuite/ld-s390/pr26918-1.s create mode 100644 ld/testsuite/ld-x86-64/pr26939-x32.d create mode 100644 ld/testsuite/ld-x86-64/pr26939.d create mode 100644 ld/testsuite/ld-x86-64/pr26939.s