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-O2 in repository toolchain/ci/binutils-gdb.
from 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 adds e54ae97fb7 gas output_file_close error message adds 6595cf3ce8 nm ifunc test tweaks adds 21401fc7bf Duplicate output sections in scripts adds af30c400ea Do not include parser-defs.h from c-lang.h adds cbfa382abb Remove two unnecessary variables from evaluate_subexp_standard adds 53651de80f libctf, include: support foreign-endianness symtabs with CTF adds 96c61be508 binutils: readelf: support CTF dicts with non-native-endian symtabs adds e8cda20905 libctf: Pass format argument to asprintf adds 93bbe484a4 Automatic date update in version.in adds 58349d00f4 elf: Get the real kept section adds 9ed0136bff PR26936 testsuite fixes adds 239ca5e497 gdb/aarch64: Add named flags for FPCR and FPSR registers adds 647cebce12 Prevent a memory allocation failure when parsing corrupt DWA [...] adds bab6ead85f Automatic date update in version.in adds 2c6f3e56cb ELF: Support .noinit and .persistent sections adds 21c33bcbe3 Allow spaces in the name of the external preprocessor used b [...] adds b1eea24024 Add Rogerio Alves to gdb/MAINTAINERS. adds 3df8c6afdd gdb: fix potentially uninitialised variable adds ed5e05a2cf Automatic date update in version.in adds 8d748d1dc5 PR26907, segment contains empty SHT_NOBITS section adds b413232211 GDB: Fix detection of ELF support when configuring with -Wer [...] adds b214250c1e Automatic date update in version.in
No new revisions were added by this update.
Summary of changes: bfd/ChangeLog | 24 +++ bfd/dwarf2.c | 25 ++- bfd/elf.c | 7 +- bfd/elflink.c | 19 ++- bfd/version.h | 2 +- binutils/ChangeLog | 19 +++ binutils/readelf.c | 3 + binutils/testsuite/binutils-all/nm.exp | 8 +- binutils/testsuite/lib/binutils-common.exp | 39 +++++ binutils/windres.c | 8 +- gas/ChangeLog | 14 ++ gas/output-file.c | 3 +- gas/testsuite/gas/elf/elf.exp | 2 + gas/testsuite/gas/elf/section25.d | 12 ++ gas/testsuite/gas/elf/section25.s | 8 + gas/testsuite/gas/elf/section26.d | 12 ++ gas/testsuite/gas/elf/section26.s | 8 + gas/testsuite/gas/mips/reginfo-2.l | 2 +- gdb/ChangeLog | 116 +++++++++++++ gdb/MAINTAINERS | 1 + gdb/NEWS | 12 ++ gdb/README | 7 +- gdb/acinclude.m4 | 1 + gdb/ada-valprint.c | 2 +- gdb/c-lang.h | 1 - gdb/configure | 2 + gdb/d-lang.c | 1 + gdb/dwarf2/read.c | 4 +- gdb/eval.c | 12 +- gdb/features/aarch64-fpu.c | 33 +++- gdb/features/aarch64-fpu.xml | 74 +++++++- gdb/gdbtypes.c | 26 +-- gdb/gdbtypes.h | 54 ++++-- gdb/gmp-utils.c | 42 +++-- gdb/gmp-utils.h | 42 ++--- gdb/printcmd.c | 25 ++- gdb/regcache.h | 4 +- gdb/rust-lang.c | 1 + gdb/testsuite/ChangeLog | 15 ++ gdb/testsuite/gdb.base/condbreak-multi-context.exp | 190 +++++++++++++-------- 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 +- include/ChangeLog | 7 + include/ctf-api.h | 30 ++-- ld/ChangeLog | 65 +++++++ ld/emulparams/armelf.sh | 18 +- ld/ldlang.c | 72 ++++---- ld/ldlang.h | 4 +- ld/scripttempl/avr.sc | 2 +- ld/scripttempl/elf.sc | 28 +++ ld/scripttempl/elf32msp430.sc | 12 +- ld/scripttempl/elfarcv2.sc | 2 +- ld/scripttempl/pru.sc | 2 +- ld/testsuite/ld-elf/noinit-sections-1.d | 9 + ld/testsuite/ld-elf/noinit-sections-2.d | 10 ++ ld/testsuite/ld-elf/noinit-sections-2.l | 5 + ld/testsuite/ld-elf/noinit-sections.s | 13 ++ ld/testsuite/ld-elf/persistent-sections-1.d | 9 + ld/testsuite/ld-elf/persistent-sections-2.d | 10 ++ ld/testsuite/ld-elf/persistent-sections-2.l | 5 + ld/testsuite/ld-elf/persistent-sections.s | 13 ++ ld/testsuite/ld-elf/pr26907.d | 9 + ld/testsuite/ld-elf/pr26907.ld | 7 + ld/testsuite/ld-elf/pr26907.s | 9 + ld/testsuite/ld-elf/pr26936.d | 13 ++ ld/testsuite/ld-elf/pr26936a.s | 6 + ld/testsuite/ld-elf/pr26936b.s | 23 +++ ld/testsuite/ld-elf/pr26936c.s | 6 + 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 + libctf/ChangeLog | 32 ++++ libctf/ctf-archive.c | 35 +++- libctf/ctf-create.c | 1 + libctf/ctf-dump.c | 2 +- libctf/ctf-impl.h | 2 + libctf/ctf-open-bfd.c | 7 + libctf/ctf-open.c | 56 +++--- libctf/ctf-util.c | 62 +++++-- libctf/libctf.ver | 2 + libctf/swap.h | 24 +++ 88 files changed, 1311 insertions(+), 353 deletions(-) create mode 100644 gas/testsuite/gas/elf/section25.d create mode 100644 gas/testsuite/gas/elf/section25.s create mode 100644 gas/testsuite/gas/elf/section26.d create mode 100644 gas/testsuite/gas/elf/section26.s create mode 100644 ld/testsuite/ld-elf/noinit-sections-1.d create mode 100644 ld/testsuite/ld-elf/noinit-sections-2.d create mode 100644 ld/testsuite/ld-elf/noinit-sections-2.l create mode 100644 ld/testsuite/ld-elf/noinit-sections.s create mode 100644 ld/testsuite/ld-elf/persistent-sections-1.d create mode 100644 ld/testsuite/ld-elf/persistent-sections-2.d create mode 100644 ld/testsuite/ld-elf/persistent-sections-2.l create mode 100644 ld/testsuite/ld-elf/persistent-sections.s create mode 100644 ld/testsuite/ld-elf/pr26907.d create mode 100644 ld/testsuite/ld-elf/pr26907.ld create mode 100644 ld/testsuite/ld-elf/pr26907.s create mode 100644 ld/testsuite/ld-elf/pr26936.d create mode 100644 ld/testsuite/ld-elf/pr26936a.s create mode 100644 ld/testsuite/ld-elf/pr26936b.s create mode 100644 ld/testsuite/ld-elf/pr26936c.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