This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu/gnu-master-aarch64-check_binutils in repository toolchain/ci/binutils-gdb.
from 09f83f79f7 [gdb/testsuite] Fix gdb.threads/fork-plus-threads.exp with readnow adds 2f000c80e2 [gdb/testsuite] Fix timeout in gdb.threads/detach-step-over. [...] adds 9311cd60e1 Automatic date update in version.in adds 4467df35a9 elf: Always append ".COUNT" to local symbols adds 75070a4ede sim: m32c/rl78/rx: fix command parsing adds 15091ded14 sim: h8300 special case test adds 49da556c65 libctf, include: support an alternative encoding for nonrepr [...] adds ae064303ef libctf, ld: fix test results for upstream GCC adds 10e578d7e0 gdb/mi: add a '--force-condition' flag to the '-break-insert' cmd adds 79aabb7308 gdb/mi: add a '--force' flag to the '-break-condition' command adds 7ebbaa1c0a gdb/testsuite: resolve duplicate test names in gdb.guile/scm [...] adds a7ed4ea6af gdb/testsuite: use proc_with_prefix in gdb.guile/scm-breakpoint.exp adds 0618ecf6eb gdb/guile: don't try to print location for watchpoints adds a76ef689b6 or1k: Fix issue with plt link failure for local calls adds 0b3e14c902 or1k: Implement relocation R_OR1K_GOT_AHI16 for gotha() adds 3c3de29b04 or1k: Avoid R_OR1K_GOT16 overflow failures in presence of R_ [...] adds 284a130902 or1k: Support large plt_relocs when generating plt entries adds 482155e609 gdbserver/server: make some functions void adds ec66d6ea54 gdb: make inferior::args a unique_xmalloc_ptr adds 973bba9164 Re: elf: Always append ".COUNT" to local symbols adds 5790a27645 Automatic date update in version.in adds a41513efec Regenerate bfd-in2.h and libbfd.h new 8852d02874 sim: m68hc11: warn when emul_write fails new 8e78e9b995 sim: m68hc11: fix up last warnings new a588403597 sim: m32c: switch from custom fgets to getline new 0ae995e2df sim: m32c: fix warnings about mixing code & decls new 44056b7ce4 sim: m32c: clean up various warnings new 70993db314 multiple definition warnings from script symbols new 4896932e62 dwarf: Don't omit second operand of '?' operator
The 7 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/ChangeLog | 51 ++ bfd/bfd-in2.h | 1 + bfd/elf32-or1k.c | 190 +++-- bfd/elflink.c | 39 +- bfd/libbfd.h | 1 + bfd/reloc.c | 2 + bfd/version.h | 2 +- binutils/ChangeLog | 4 + binutils/dwarf.c | 10 +- cpu/ChangeLog | 6 + cpu/or1k.opc | 7 +- gas/ChangeLog | 7 + gas/testsuite/gas/or1k/reloc-1.d | 4 +- gas/testsuite/gas/or1k/reloc-1.s | 4 + gdb/ChangeLog | 33 + gdb/NEWS | 15 + gdb/breakpoint.c | 59 +- gdb/breakpoint.h | 8 + gdb/doc/ChangeLog | 11 + gdb/doc/gdb.texinfo | 16 +- gdb/guile/scm-breakpoint.c | 11 +- gdb/infcmd.c | 11 +- gdb/inferior.c | 1 - gdb/inferior.h | 2 +- gdb/mi/mi-cmd-break.c | 65 +- gdb/mi/mi-cmds.c | 4 +- gdb/mi/mi-cmds.h | 1 + gdb/testsuite/ChangeLog | 43 ++ gdb/testsuite/gdb.guile/scm-breakpoint.exp | 835 ++++++++++----------- gdb/testsuite/gdb.mi/mi-break.exp | 31 + gdb/testsuite/gdb.threads/detach-step-over.exp | 49 +- gdbserver/ChangeLog | 6 + gdbserver/server.cc | 34 +- include/ChangeLog | 11 + include/ctf-api.h | 1 + include/ctf.h | 3 +- include/elf/or1k.h | 1 + ld/ChangeLog | 49 ++ ld/ldexp.c | 1 + ld/ldmain.c | 10 +- ld/testsuite/ld-ctf/array.d | 2 +- ld/testsuite/ld-ctf/conflicting-enums.d | 2 +- ld/testsuite/ld-ctf/cross-tu-cyclic-conflicting.d | 4 +- ld/testsuite/ld-ctf/cross-tu-noncyclic.d | 6 +- ld/testsuite/ld-ctf/ctf.exp | 2 +- ld/testsuite/ld-ctf/data-func-conflicted.d | 2 +- ld/testsuite/ld-ctf/enums.d | 8 +- ld/testsuite/ld-ctf/nonrepresentable-1.c | 7 + ld/testsuite/ld-ctf/nonrepresentable-2.c | 11 + ld/testsuite/ld-ctf/nonrepresentable.d | 26 + ld/testsuite/ld-ctf/slice.d | 11 +- ld/testsuite/ld-elf/pr26391.nd | 2 +- ld/testsuite/ld-elf/pr27825-1.d | 20 + ld/testsuite/ld-elf/pr27825-1a.s | 7 + ld/testsuite/ld-elf/pr27825-1b.s | 5 + ld/testsuite/ld-elf/pr27825-2.d | 17 + ld/testsuite/ld-elf/pr27825-2a.s | 5 + ld/testsuite/ld-elf/pr27825-2b.s | 3 + ld/testsuite/ld-elf/pr27825-2c.s | 4 + ld/testsuite/ld-or1k/gotha1.dd | 34 + ld/testsuite/ld-or1k/gotha1.s | 24 + ld/testsuite/ld-or1k/gotha2.dd | 21 + ld/testsuite/ld-or1k/gotha2.s | 22 + ld/testsuite/ld-or1k/or1k.exp | 8 + ld/testsuite/ld-or1k/pltlib.s | 1 + ld/testsuite/lib/ld-lib.exp | 4 +- libctf/ChangeLog | 21 + libctf/NEWS | 3 + libctf/ctf-create.c | 33 + libctf/ctf-dedup.c | 14 +- libctf/ctf-open.c | 4 +- libctf/ctf-types.c | 9 + libctf/libctf.ver | 1 + libctf/testsuite/lib/ctf-lib.exp | 4 +- .../nonstatic-var-section-ld-r.lk | 1 - opcodes/ChangeLog | 5 + opcodes/or1k-asm.c | 7 +- sim/m32c/ChangeLog | 29 + sim/m32c/Makefile.in | 7 +- sim/m32c/configure | 28 +- sim/m32c/configure.ac | 2 - sim/m32c/gdb-if.c | 39 +- sim/m32c/m32c.opc | 13 +- sim/m32c/mem.c | 15 +- sim/m32c/opc2c.c | 12 +- sim/m32c/r8c.opc | 14 + sim/m32c/safe-fgets.c | 69 -- sim/m32c/safe-fgets.h | 27 - sim/m32c/trace.c | 5 +- sim/m68hc11/ChangeLog | 11 + sim/m68hc11/configure | 203 ++--- sim/m68hc11/configure.ac | 1 - sim/m68hc11/emulos.c | 7 +- sim/m68hc11/interp.c | 8 +- sim/rl78/ChangeLog | 5 + sim/rl78/gdb-if.c | 44 +- sim/rx/ChangeLog | 5 + sim/rx/gdb-if.c | 41 +- sim/testsuite/h8300/ChangeLog | 6 + sim/testsuite/h8300/movb.s | 13 +- sim/testsuite/h8300/movl.s | 10 + sim/testsuite/h8300/movw.s | 10 + 102 files changed, 1691 insertions(+), 932 deletions(-) create mode 100644 ld/testsuite/ld-ctf/nonrepresentable-1.c create mode 100644 ld/testsuite/ld-ctf/nonrepresentable-2.c create mode 100644 ld/testsuite/ld-ctf/nonrepresentable.d create mode 100644 ld/testsuite/ld-elf/pr27825-1.d create mode 100644 ld/testsuite/ld-elf/pr27825-1a.s create mode 100644 ld/testsuite/ld-elf/pr27825-1b.s create mode 100644 ld/testsuite/ld-elf/pr27825-2.d create mode 100644 ld/testsuite/ld-elf/pr27825-2a.s create mode 100644 ld/testsuite/ld-elf/pr27825-2b.s create mode 100644 ld/testsuite/ld-elf/pr27825-2c.s create mode 100644 ld/testsuite/ld-or1k/gotha1.dd create mode 100644 ld/testsuite/ld-or1k/gotha1.s create mode 100644 ld/testsuite/ld-or1k/gotha2.dd create mode 100644 ld/testsuite/ld-or1k/gotha2.s delete mode 100644 sim/m32c/safe-fgets.c delete mode 100644 sim/m32c/safe-fgets.h