This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu/gnu-master-arm-check_binutils in repository toolchain/ci/binutils-gdb.
from 4bdd1a0620 [gdb/testsuite] Convert multi-line function call into si [...] adds 7772f16880 x86: suppress LEA optimization in a specific 16-bit case adds e925962f4e arm: fix array-out-of-bounds upon register parsing error adds 1db66fb653 arm: avoid "shadowing" of glibc function name adds 6179e5f1d8 [gdb/testsuite] Fix timeout in gdb.mi/user-selected-context- [...] adds 9edb1e0191 gdb/testsuite: capture GDB tty name in default_gdb_spawn adds 860cc54cd4 Automatic date update in version.in adds f64b9b13ce PR27952, Disallow ET_DYN DF_1_PIE linker input adds 4de91c10cd readelf section reading adds 066f8fbede readelf info leaks from one object to the next adds 28b2963ffb RISC-V: Update the riscv_opts.[rvc|rve] in the riscv_set_arch. adds 2748c1b17e x86: Always define TC_PARSE_CONS_EXPRESSION adds 48ec4c05c6 Implement Rust raw identifiers adds db77748be8 gdb, testsuite: Fix mi-var-child-f.exp for Intel compilers. adds 873793ae09 gdb: remove unused struct call_site_stuff forward declaration adds e2b9ea4bbb libthread_db initialization changes related to upcoming glibc-2.34 adds 4cc2e60671 testsuite/glib-2.34: Match/consume optional libthread_db rel [...] adds 72c4daa36a print-symbol-loading.exp: Allow libc symbols to be already loaded adds b8bd29a157 mi-sym-info.exp: Increase timeout for 114-symbol-info-functions adds 46f263ccff Fix ChangeLog entry location adds 6fe7f5c416 Automatic date update in version.in adds e331b18d42 Re: readelf section reading adds 8c60e272c7 readelf: don't clear section_headers in process_file_header
No new revisions were added by this update.
Summary of changes: bfd/ChangeLog | 6 + bfd/elf-bfd.h | 3 + bfd/elflink.c | 2 + bfd/version.h | 2 +- binutils/ChangeLog | 31 ++++ binutils/readelf.c | 168 ++++++++------------- gas/ChangeLog | 32 ++++ gas/config/tc-arm.c | 35 ++--- gas/config/tc-i386.c | 13 ++ gas/config/tc-i386.h | 3 - gas/config/tc-riscv.c | 18 +-- gas/testsuite/gas/i386/i386.exp | 1 + gas/testsuite/gas/i386/lea16-optimize.d | 6 +- .../i386/{lea16-optimize.d => lea16-optimize2.d} | 4 +- gdb/ChangeLog | 19 +++ gdb/dwarf2/loc.h | 1 - gdb/linux-thread-db.c | 24 ++- gdb/rust-parse.c | 32 +++- gdb/solib.c | 9 +- gdb/testsuite/ChangeLog | 49 ++++++ .../gdb.base/execl-update-breakpoints.exp | 1 + .../gdb.base/fork-print-inferior-events.exp | 3 +- gdb/testsuite/gdb.base/print-symbol-loading.exp | 15 +- gdb/testsuite/gdb.mi/array.f | 20 --- .../print-formatted.f90 => gdb.mi/array.f90} | 15 +- gdb/testsuite/gdb.mi/mi-sym-info.exp | 56 +++---- gdb/testsuite/gdb.mi/mi-var-child-f.exp | 4 +- gdb/testsuite/gdb.mi/user-selected-context-sync.c | 16 +- gdb/testsuite/gdb.rust/{watch.exp => rawids.exp} | 14 +- gdb/testsuite/gdb.rust/{pp.rs => rawids.rs} | 8 +- gdb/testsuite/lib/gdb.exp | 31 +++- gdb/testsuite/lib/rust-support.exp | 17 +++ gdb/testsuite/lib/tuiterm.exp | 35 +---- ld/ChangeLog | 5 + ld/ldelf.c | 4 +- 35 files changed, 436 insertions(+), 266 deletions(-) copy gas/testsuite/gas/i386/{lea16-optimize.d => lea16-optimize2.d} (96%) delete mode 100644 gdb/testsuite/gdb.mi/array.f copy gdb/testsuite/{gdb.fortran/print-formatted.f90 => gdb.mi/array.f90} (78%) copy gdb/testsuite/gdb.rust/{watch.exp => rawids.exp} (76%) copy gdb/testsuite/gdb.rust/{pp.rs => rawids.rs} (84%)