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-lts-allyesconfig in repository toolchain/ci/binutils-gdb.
from 0ad0e70c73 [gdb/testsuite] Fix DUPLICATEs in gdb.threads/tls.exp adds 00c19b8e78 Fix a potential illegal memory access by objcopy when extrac [...] adds cfaa8f7692 gdb: restore thread after detaching or killing an inferior adds 76868f3606 dwarf: Also match abbrev base when searching abbrev list adds 59d5613e42 aarch64: Fix DSB instruction 'missing immediate expression' errors adds 8ee54925b4 Fix an illegal memory access problem when processing seconda [...] adds 6be2a9ab1f Add target_section constructor adds c20cb6860c Remove exec_filename macro adds 8a4f140205 Change exec_close to be a method on program_space adds 784c859246 Remove commented-out code from gcore.c adds 5a36e71525 Remove exec_bfd_mtime define adds b55221abba Remove current_target_sections macro adds 7e10abd146 Remove the exec_bfd macro adds 19f6550ebb Change program_space::ebfd to a gdb_bfd_ref_ptr adds a42d7dd873 Remove symfile_objfile macro adds e39fb97114 Change clear_program_space_solib_cache to method on program_space adds 004eecfdc7 Change program_space_empty_p to method on program_space adds 2a3f84af53 Change remove_target_sections to method on program_space adds 3769e2277d Change add_target_sections to method on program_space adds d9eebde018 Change add_target_sections_of_objfile to method on program_space adds 5008b3b2eb Don't change current program space in exec_target::close adds 8407f91bd3 Remove call to exec_close adds 40a5376690 gdb: remove parameter of gdbarch_displaced_step_hw_singlestep adds 58103c3313 gdb: fix documentation of gdbarch_displaced_step_hw_singlestep adds 4dd5c35212 Automatic date update in version.in adds 79952e6963 Make scoped_restore_current_thread's cdtors exception free (RFC) adds d70bdd3cc4 Move lookup_selected_frame to frame.c adds b78b3a297b gdb/infrun: disable pagination in fetch_inferior_event
No new revisions were added by this update.
Summary of changes: bfd/ChangeLog | 8 + bfd/elf.c | 30 +- bfd/version.h | 2 +- binutils/ChangeLog | 22 + binutils/dwarf.c | 52 +- binutils/objcopy.c | 11 +- .../{pr26160.r => x86-64/pr26808.dump} | 903 ++++++++++----------- .../{pr26160.dwp.bz2 => x86-64/pr26808.dwp.bz2} | Bin binutils/testsuite/binutils-all/x86-64/x86-64.exp | 31 + gas/config/tc-aarch64.c | 6 +- gas/testsuite/gas/aarch64/system.d | 14 + gas/testsuite/gas/aarch64/system.s | 15 + gdb/ChangeLog | 270 ++++++ gdb/aarch64-tdep.c | 3 +- gdb/aarch64-tdep.h | 3 +- gdb/arch-utils.c | 7 +- gdb/arch-utils.h | 4 +- gdb/arm-tdep.c | 7 +- gdb/blockframe.c | 6 +- gdb/corefile.c | 20 +- gdb/corelow.c | 11 +- gdb/exec.c | 143 ++-- gdb/exec.h | 21 - gdb/frame.c | 188 ++++- gdb/frame.h | 51 +- gdb/gcore.c | 34 +- gdb/gdbarch.c | 4 +- gdb/gdbarch.h | 19 +- gdb/gdbarch.sh | 19 +- gdb/gdbthread.h | 4 + gdb/infcmd.c | 2 +- gdb/inferior.c | 12 +- gdb/infrun.c | 52 +- gdb/linux-thread-db.c | 4 +- gdb/maint.c | 10 +- gdb/mi/mi-main.c | 4 +- gdb/minsyms.c | 8 +- gdb/nto-procfs.c | 7 +- gdb/objfiles.c | 8 +- gdb/proc-service.c | 6 +- gdb/progspace.c | 47 +- gdb/progspace.h | 61 +- gdb/remote-sim.c | 17 +- gdb/remote.c | 36 +- gdb/rs6000-nat.c | 7 +- gdb/rs6000-tdep.c | 3 +- gdb/s390-tdep.c | 3 +- gdb/sol-thread.c | 6 +- gdb/solib-aix.c | 9 +- gdb/solib-darwin.c | 17 +- gdb/solib-dsbt.c | 30 +- gdb/solib-frv.c | 38 +- gdb/solib-svr4.c | 98 ++- gdb/solib.c | 13 +- gdb/source-cache.c | 4 +- gdb/stabsread.c | 5 +- gdb/stack.c | 9 +- gdb/symfile-mem.c | 12 +- gdb/symfile.c | 24 +- gdb/target-section.h | 9 + gdb/target.c | 9 +- gdb/testsuite/ChangeLog | 15 + .../gdb.base/double-prompt-target-event-error.c | 25 - .../gdb.base/double-prompt-target-event-error.exp | 122 --- .../gdb.base/kill-detach-inferiors-cmd.exp | 2 + .../gdb.base/paginate-after-ctrl-c-running.exp | 25 +- gdb/testsuite/gdb.base/paginate-bg-execution.exp | 77 +- gdb/testsuite/gdb.base/paginate-inferior-exit.exp | 36 +- gdb/thread.c | 107 +-- gdb/tracefile-tfile.c | 2 +- gdb/windows-tdep.c | 8 +- 71 files changed, 1568 insertions(+), 1329 deletions(-) copy binutils/testsuite/binutils-all/{pr26160.r => x86-64/pr26808.dump} (57%) copy binutils/testsuite/binutils-all/{pr26160.dwp.bz2 => x86-64/pr26808.dwp.bz2} (100%) delete mode 100644 gdb/testsuite/gdb.base/double-prompt-target-event-error.c delete mode 100644 gdb/testsuite/gdb.base/double-prompt-target-event-error.exp