This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_cross/gnu-master-arm-build_cross in repository toolchain/ci/binutils-gdb.
from 9f6c202e57 [gdb/symtab] Handle DW_AT_ranges with DW_FORM_sec_off in par [...] adds 01a01e0ab3 Automatic date update in version.in adds d0021af39c [gdb/testsuite] Fix gdb.opt/solib-intra-step.exp with -m32 adds 4ca40594f9 [gdb/testsuite] Fix gdb.threads/killed-outside.exp with -m32 adds d56834cbfb arc: Log "pc" value in "arc_skip_prologue" adds e37709f090 Fix thinko in objcopy's memory freeing code. adds ac3571d941 Fix the date for the last entry in gdb/ChangeLog adds d0cc52bdf2 gdb: Add default reggroups for ARC adds 4287950e54 pr27228 testcase adds 9886ff0319 gas byte test adds a45ef9a30b gas testsuite tidy adds 1c9c9b9b55 PR27226, ld.bfd contains huge .rodata section adds c3ffb8f340 Segmentation fault i386-gen adds 4cb1265b3f bfd: add elfcore_write_file_note adds 4ef367bffd Use debug_prefixed_printf_cond in windows-nat.c adds 1f583bc2fc nios2: Don't disable relaxation with --gdwarf-N adds c22788d614 Automatic date update in version.in adds 2eda57ef61 ld: Fix a typo in testsuite/ld-x86-64/bnd-plt-1.d adds 67965ba289 Simplify the code at the end of objcopy's main() function. adds f04ce15e83 ld: depend on libctf new bb3c2d4d94 Remove extra space after @pxref in gdb.texinfo new 807f647cac GDB: aarch64: Add ability to displaced step over a BR/BLR in [...] new 59b59f08f6 Avoid use after free with logging and debug redirect.
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: ChangeLog | 5 ++ Makefile.def | 1 + Makefile.in | 1 + bfd/ChangeLog | 9 ++ bfd/elf-bfd.h | 2 + bfd/elf.c | 8 ++ bfd/elf32-ft32.c | 3 +- bfd/version.h | 2 +- binutils/ChangeLog | 12 +++ binutils/objcopy.c | 33 ++------ gas/ChangeLog | 53 ++++++++++++ gas/config/tc-nios2.c | 4 - gas/testsuite/gas/all/byte.d | 4 - gas/testsuite/gas/all/byte.l | 3 - gas/testsuite/gas/all/byte.s | 2 - gas/testsuite/gas/all/gas.exp | 5 -- gas/testsuite/gas/all/local-label-overflow.d | 5 +- gas/testsuite/gas/all/none.d | 2 +- gas/testsuite/gas/all/sleb128-2.d | 2 +- gas/testsuite/gas/all/sleb128-4.d | 3 +- gas/testsuite/gas/all/sleb128-5.d | 2 +- gas/testsuite/gas/all/sleb128-7.d | 2 +- gas/testsuite/gas/all/sleb128-9.d | 2 +- gas/testsuite/gas/all/string.d | 2 +- gas/testsuite/gas/elf/bignums.d | 2 +- gas/testsuite/gas/elf/group0c.d | 2 +- gas/testsuite/gas/elf/group1a.d | 2 +- gas/testsuite/gas/elf/missing-build-notes.d | 2 +- gas/testsuite/gas/elf/pr27228.d | 4 +- gas/testsuite/gas/elf/section-symbol-redef.d | 2 +- gas/testsuite/gas/elf/section0.d | 2 +- gas/testsuite/gas/elf/section1.d | 2 +- gas/testsuite/gas/elf/section10.d | 2 +- gas/testsuite/gas/elf/section11.d | 4 +- gas/testsuite/gas/elf/section15.d | 2 +- gas/testsuite/gas/elf/section4.d | 2 +- gas/testsuite/gas/elf/section6.d | 2 +- gas/testsuite/gas/elf/section7.d | 2 +- gas/testsuite/gas/elf/symtab.d | 4 +- gas/testsuite/gas/elf/symtab.s | 2 +- gas/testsuite/gas/macros/irp.d | 2 +- gas/testsuite/gas/macros/repeat.d | 2 +- gas/testsuite/gas/macros/rept.d | 2 +- gas/testsuite/gas/macros/test2.d | 2 +- gas/testsuite/gas/macros/test3.d | 1 - gas/testsuite/gas/macros/vararg.d | 2 +- gas/testsuite/gas/nios2/relax.d | 25 ++++++ gas/testsuite/gas/nios2/relax.s | 5 ++ gdb/ChangeLog | 43 ++++++++++ gdb/aarch64-tdep.c | 19 +++-- gdb/arc-tdep.c | 20 ++++- gdb/arch/aarch64-insn.h | 9 ++ gdb/cli/cli-interp.c | 8 ++ gdb/doc/ChangeLog | 4 + gdb/doc/gdb.texinfo | 2 +- gdb/linux-tdep.c | 8 +- gdb/nat/windows-nat.c | 24 +++--- gdb/testsuite/ChangeLog | 19 +++++ gdb/testsuite/gdb.arch/insn-reloc.c | 81 ++++++++++++++++++ gdb/testsuite/gdb.base/ui-redirect.exp | 8 ++ gdb/testsuite/gdb.opt/solib-intra-step.exp | 55 +++++++++---- gdb/testsuite/gdb.threads/killed-outside.exp | 3 + gdb/windows-nat.c | 118 ++++++++++++++------------- ld/ChangeLog | 23 ++++++ ld/emulparams/alphavms.sh | 3 +- ld/emulparams/elf64_ia64_vms.sh | 1 - ld/emulparams/elf64mmix.sh | 1 - ld/emulparams/elf_iamcu.sh | 1 - ld/emulparams/elf_k1om.sh | 1 - ld/emulparams/elf_l1om.sh | 1 - ld/emulparams/mmo.sh | 1 - ld/emulparams/pdp11.sh | 5 ++ ld/emultempl/beos.em | 25 ++++++ ld/emultempl/pdp11.em | 30 ++++++- ld/emultempl/pe.em | 34 ++++++++ ld/emultempl/pep.em | 34 ++++++++ ld/scripttempl/pdp11.sc | 2 +- ld/testsuite/ld-bootstrap/bootstrap.exp | 1 + ld/testsuite/ld-x86-64/bnd-plt-1.d | 4 +- opcodes/ChangeLog | 5 ++ opcodes/i386-gen.c | 2 + 81 files changed, 652 insertions(+), 189 deletions(-) delete mode 100644 gas/testsuite/gas/all/byte.d delete mode 100644 gas/testsuite/gas/all/byte.l delete mode 100644 gas/testsuite/gas/all/byte.s create mode 100644 gas/testsuite/gas/nios2/relax.d create mode 100644 gas/testsuite/gas/nios2/relax.s