This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_bmk_gnu_apm/gnu-master-aarch64-spec2k6-Os_LTO in repository toolchain/ci/binutils-gdb.
from 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 adds f01e6568a8 ld-x86-64: Pass options to linker with "-Wl," adds bb67763979 Remove unnecessary ELF_MINPAGESIZE defines adds aebb3d543d ubsan: integer overflow in section filepos subtraction adds ad3d14c47e asan: Null-dereference in _bfd_xcoff_copy_private_bfd_data adds 487b0ff02d ubsan: signed integer multiply overflow adds fcec5debef ubsan: bfd_mach_o_build_commands shift exponent 64 is too large adds b685de86cc ubsan: next_char_of_string signed integer overflow
No new revisions were added by this update.
Summary of changes: bfd/coff-rs6000.c | 4 +- bfd/elf.c | 3 +- bfd/elf32-arm.c | 2 - bfd/elf32-i386.c | 23 +++----- bfd/elf32-metag.c | 3 +- bfd/elf64-x86-64.c | 42 +++----------- bfd/elfnn-aarch64.c | 1 - bfd/elfxx-x86.c | 2 - bfd/elfxx-x86.h | 39 ++++++++++--- bfd/mach-o.c | 16 +++--- bfd/peXXigen.c | 4 +- bfd/version.h | 2 +- gas/expr.c | 7 ++- gas/read.c | 4 +- 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/testsuite/ld-x86-64/x86-64.exp | 44 ++++++++------- 60 files changed, 563 insertions(+), 388 deletions(-) create mode 100644 gdb/testsuite/gdb.base/inferior-clone.exp create mode 100644 gdb/testsuite/gdb.base/page-logging.exp