This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_native_build/master-arm in repository toolchain/ci/binutils-gdb.
from 0b1e7ee5b5 gdb/testsuite: fix inferior-clone.exp for native-extended-gdbserver adds 6395a10210 ld: Improve thin archive member error message adds 7131d475da ld/x86: Update -z report-relative-reloc adds 5224aea8c2 Automatic date update in version.in adds b9255b7808 infinite recursion detected in gold testcase adds 1037150181 Adjust quoted-sym-names test adds 74e315dbfe elf: Set p_align to the minimum page size if possible adds 93f3b8eeaa Fix pager regression new ffcc2b69d1 Do not print anything when self-backtrace unavailable new 63a8c05f09 Simplify execute_control_commands_to_string new 72df4c816f Fix inferior_thread attribute in new_thread event
The 3 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/archive.c | 32 +++++++++++--- bfd/coff-alpha.c | 10 +++-- bfd/coff-rs6000.c | 2 +- bfd/ecoff.c | 4 +- bfd/elf-bfd.h | 4 ++ bfd/elf.c | 71 ++++++++++++++++++++++++++++++- bfd/elflink.c | 5 ++- bfd/elfxx-target.h | 5 +++ bfd/elfxx-x86.c | 24 +++-------- bfd/elfxx-x86.h | 2 + bfd/libbfd-in.h | 2 +- bfd/libbfd.h | 2 +- bfd/libecoff.h | 2 +- bfd/linker.c | 3 +- bfd/version.h | 2 +- gas/testsuite/gas/all/quoted-sym-names.d | 10 ++--- gas/testsuite/gas/all/quoted-sym-names.s | 2 +- gdb/bt-utils.c | 8 +++- gdb/bt-utils.h | 5 +++ gdb/cli/cli-script.c | 30 +++---------- gdb/python/py-inferior.c | 3 +- gdb/testsuite/gdb.base/page-logging.exp | 10 +++++ gdb/testsuite/gdb.python/py-infthread.exp | 3 +- gdb/utils.c | 1 + gold/testsuite/icf_test.cc | 10 +++-- 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-i386/report-reloc-1.l | 4 +- 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 +- ld/testsuite/ld-x86-64/report-reloc-1.l | 4 +- 41 files changed, 263 insertions(+), 89 deletions(-) create mode 100644 ld/testsuite/ld-elf/p_align-1.c create mode 100644 ld/testsuite/ld-elf/page-size-1.d