This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_cross/gnu-master-arm-build_cross in repository toolchain/ci/binutils-gdb.
from 943f9baa37 sim: cleanup obsolete NULL fallback adds c572c4580e Automatic date update in version.in adds 0cc809fa0f [gdb/testsuite] Fix gdb.cp/cplusfuncs.exp with check-read1 adds 36695cf8ff [gdb/testsuite] Fix gdb.cp/nested-types.exp with check-read1 adds 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 new e2b9ea4bbb libthread_db initialization changes related to upcoming glibc-2.34 new 4cc2e60671 testsuite/glib-2.34: Match/consume optional libthread_db rel [...] new 72c4daa36a print-symbol-loading.exp: Allow libc symbols to be already loaded new b8bd29a157 mi-sym-info.exp: Increase timeout for 114-symbol-info-functions new 46f263ccff Fix ChangeLog entry location
The 5 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 | 6 + bfd/elf-bfd.h | 3 + bfd/elflink.c | 2 + bfd/version.h | 2 +- binutils/ChangeLog | 20 +++ binutils/readelf.c | 164 ++++++++------------- 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 | 63 ++++++++ .../gdb.base/execl-update-breakpoints.exp | 1 + gdb/testsuite/gdb.base/foll-exec.c | 19 +-- .../gdb.base/fork-print-inferior-events.exp | 3 +- gdb/testsuite/gdb.base/print-symbol-loading.exp | 15 +- gdb/testsuite/gdb.cp/cplusfuncs.exp | 11 +- gdb/testsuite/gdb.cp/nested-types.exp | 11 +- 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/cp-support.exp | 36 +++-- 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 +- 39 files changed, 483 insertions(+), 295 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%)