This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gcc_check/master-aarch64 in repository toolchain/ci/binutils-gdb.
from 1037150181 Adjust quoted-sym-names test adds 74e315dbfe elf: Set p_align to the minimum page size if possible adds 93f3b8eeaa Fix pager regression adds ffcc2b69d1 Do not print anything when self-backtrace unavailable adds 63a8c05f09 Simplify execute_control_commands_to_string adds 72df4c816f Fix inferior_thread attribute in new_thread event adds 28a4e64dd1 Change how versioned symbols are recorded new d53fd721a1 Implement putstr and putstrn in ui_file
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/elf-bfd.h | 4 ++ bfd/elf.c | 71 +++++++++++++++++++++- bfd/elfxx-target.h | 5 ++ bfd/elfxx-x86.h | 2 + gdb/Makefile.in | 1 + gdb/bt-utils.c | 8 ++- gdb/bt-utils.h | 5 ++ gdb/cli/cli-script.c | 30 +++------- gdb/elfread.c | 69 +++++++++++----------- gdb/guile/scm-ports.c | 4 +- gdb/mi/mi-console.c | 20 ++----- gdb/mi/mi-main.c | 2 +- gdb/mi/mi-out.c | 2 +- gdb/python/py-inferior.c | 3 +- gdb/testsuite/gdb.base/page-logging.exp | 10 ++++ gdb/testsuite/gdb.python/py-infthread.exp | 3 +- gdb/ui-file.c | 69 +++++++++++++++++++++- gdb/ui-file.h | 25 ++++++-- gdb/unittests/ui-file-selftests.c | 62 +++++++++++++++++++ gdb/utils.c | 98 +------------------------------ gdb/utils.h | 15 ----- include/bfdlink.h | 3 + ld/emultempl/elf.em | 1 + ld/ldelf.c | 3 + ld/testsuite/ld-elf/elf.exp | 4 +- ld/testsuite/ld-elf/header.d | 2 +- ld/testsuite/ld-elf/linux-x86.exp | 36 ++++++++++++ ld/testsuite/ld-elf/p_align-1.c | 25 ++++++++ ld/testsuite/ld-elf/page-size-1.d | 4 ++ ld/testsuite/ld-elf/pr26936.d | 2 +- ld/testsuite/ld-elf/seg.d | 2 +- ld/testsuite/ld-pru/pru_irq_map-1.d | 4 +- ld/testsuite/ld-pru/pru_irq_map-2.d | 2 +- ld/testsuite/ld-scripts/pr23571.d | 2 +- ld/testsuite/ld-scripts/rgn-at5.d | 2 +- 35 files changed, 387 insertions(+), 213 deletions(-) create mode 100644 gdb/unittests/ui-file-selftests.c create mode 100644 ld/testsuite/ld-elf/p_align-1.c create mode 100644 ld/testsuite/ld-elf/page-size-1.d