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-mainline-allnoconfig in repository toolchain/ci/binutils-gdb.
from 5436dda805 Automatic date update in version.in adds d16ce6240e Automatic date update in version.in adds 67093b6e1a Automatic date update in version.in adds 6e5407669d ld: Remove emultempl/linux.em adds ca294aa9eb elf: Update comments for check_relocs in elf_backend_data adds d4ff0c5d00 Automatic date update in version.in adds 4748764aab ld: Fix testcase errors due to -shared not support. adds 443aa5f05e gas reloc sorting adds c17eb63b7f bfd: Don't check non-thin archive member file size adds cfe29d94f1 elf32-i386: Fix a typo in GOT comments adds 3990765226 Automatic date update in version.in adds 003aae0762 gdb: Copy inferior properties in clone-inferior adds ba0084966c Remove unusual use of core_addr_eq and core_addr_hash adds 84b334970b Fix logging redirection bug with pager adds 0fed74615b Send jit.c errors to gdb_stderr adds d68510ac19 Use correct stream for process record output adds 728ab7b643 Send arch-utils error messages to gdb_stderr adds 25c25f90bf Send debugging data to gdb_stdlog in mips-linux-nat.c adds 7fea6c34a1 Use debug_prefixed_printf_cond_nofunc in microblaze.c adds 3defe97705 Use debug_prefixed_printf_cond_nofunc in machoread adds 0bc1fe382e Use gdb_stdlog for separate debug file logging adds ed670d4118 Send minsym logging to gdb_stdlog adds ca78fadba9 Use debug_prefixed_printf_cond_nofunc in index-cache adds de4686ffaf Use gdb_stdlog for MI debugging adds 7514a66128 Consistently Use ui_file parameter to show callbacks adds 3de0d96078 Use filtered output in show callbacks adds b4edb38e82 Automatic date update in version.in adds 2e91308fb4 Automatic date update in version.in adds e5b10c4079 ld: fix coff PE SEH adds 831083d300 Define X86_PCREL_TYPE_P/X86_SIZE_TYPE_P in elfxx-x86.h adds a321de3f5c x86: Define check_relocs_failed in elfxx-x86.h adds e0037ba912 Do not call reinitialize_more_filter from avr_io_reg_read_command adds 63f8d12d6c Automatic date update in version.in new f01e6568a8 ld-x86-64: Pass options to linker with "-Wl,"
The 1 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/bfdio.c | 6 +- bfd/elf-bfd.h | 12 +- bfd/elf32-i386.c | 23 +-- bfd/elf32-nds32.c | 2 +- bfd/elf32-nds32.h | 2 - bfd/elf64-x86-64.c | 29 ++-- bfd/elfxx-x86.c | 2 - bfd/elfxx-x86.h | 39 ++++-- bfd/peXXigen.c | 4 +- bfd/version.h | 2 +- gas/config/tc-nds32.c | 39 ------ gas/config/tc-nds32.h | 3 +- gas/config/tc-riscv.h | 1 + gas/write.c | 29 +++- gdb/NEWS | 7 + gdb/aarch64-linux-tdep.c | 7 +- gdb/aarch64-tdep.c | 9 +- gdb/amd64-linux-tdep.c | 7 +- gdb/arch-utils.c | 27 ++-- gdb/arm-linux-tdep.c | 7 +- gdb/arm-tdep.c | 42 +++--- gdb/avr-tdep.c | 2 - gdb/build-id.c | 18 +-- gdb/cli/cli-logging.c | 4 +- gdb/debuginfod-support.c | 7 +- gdb/doc/gdb.texinfo | 8 +- gdb/dwarf2/index-cache.c | 43 +++--- gdb/exec.c | 2 +- gdb/gdbtypes.h | 4 +- gdb/i386-linux-tdep.c | 7 +- gdb/i386-tdep.c | 66 +++++---- gdb/infcmd.c | 6 +- gdb/inferior.c | 17 +++ gdb/jit.c | 23 +-- gdb/language.c | 14 +- gdb/linux-record.c | 31 ++-- gdb/machoread.c | 37 ++--- gdb/mi/mi-cmds.h | 3 - gdb/mi/mi-main.c | 8 +- gdb/microblaze-tdep.c | 15 +- gdb/minsyms.c | 7 +- gdb/mips-linux-nat.c | 33 ++--- gdb/mips-tdep.c | 9 +- gdb/moxie-tdep.c | 7 +- gdb/ppc-linux-tdep.c | 5 +- gdb/record-btrace.c | 2 +- gdb/remote.c | 20 +-- gdb/rs6000-tdep.c | 2 +- gdb/s390-linux-tdep.c | 7 +- gdb/s390-tdep.c | 2 +- gdb/source.c | 12 +- gdb/symfile.c | 23 +-- gdb/target-descriptions.c | 10 +- gdb/testsuite/gdb.base/inferior-clone.exp | 93 ++++++++++++ gdb/testsuite/gdb.base/page-logging.exp | 51 +++++++ gdb/tui/tui-win.c | 4 +- gdb/ui-file.h | 20 +++ gdb/utils.c | 23 +-- gdb/utils.h | 4 - ld/emultempl/linux.em | 226 ------------------------------ ld/testsuite/ld-ctf/ctf.exp | 5 + ld/testsuite/ld-plugin/lto.exp | 2 +- ld/testsuite/ld-x86-64/x86-64.exp | 44 +++--- 63 files changed, 589 insertions(+), 636 deletions(-) create mode 100644 gdb/testsuite/gdb.base/inferior-clone.exp create mode 100644 gdb/testsuite/gdb.base/page-logging.exp delete mode 100644 ld/emultempl/linux.em