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-aarch64-build_cross in repository toolchain/ci/binutils-gdb.
from 983d5689cc x86-64: Add ilp32-12 to check R_X86_64_32 for x32 adds 11bb5c41eb gdb: don't zero-initialize reg_buffer contents adds 50c95a739c x86: Propery check PC16 reloc overflow in 16-bit mode instructions adds cc37fec878 Automatic date update in version.in adds badf836a0c nds32: __builtin_strncpy bound equals destination size adds 6643bb0010 readelf -w and --debug-dump option help adds 749369c430 gdb: change dwarf_die_debug to bool adds 3a706c17ee Revert "gdb: change dwarf_die_debug to bool" adds 6dcd1193d9 [gdb/symtab] Fix Dwarf Error: cannot find DIE adds 2152b4fdec [gdb/symtab] Fix typo in dwarf error message adds e453275cdc [gdb/testsuite] Prevent proc override in gdb-index.exp adds 248f716500 [gdb/symtab] Fix segfault in process_psymtab_comp_unit adds 868027a48b Document gdb.SYMBOL_LOC_LABEL adds af7f8f52dd gdb: make add_setshow commands return set_show_commands adds 9f26053690 gdb: remove unnecessary lookup_cmd when deprecating commands adds 7bd22f56a3 gdb/python: use return values of add_setshow functions in ad [...] adds 3947f654ea gdb: make add_com_alias accept target as a cmd_list_element adds e0f25bd971 gdb: make add_info_alias accept target as a cmd_list_element adds 5e84b7eefb gdb: remove add_alias_cmd overload that accepts a string adds f39632d957 gdb: add make-init-c script adds d5a6313e1c gdb: add option to reverse order of _initialize function calls adds bdef572304 Add optional full_window argument to TuiWindow.write adds 43892fdfa1 gdb: add all_breakpoints function adds 1428b37afb gdb: add all_breakpoints_safe function adds f6d17b2b1c gdb: add all_tracepoints function adds 40cb8ca539 gdb: add breakpoint::locations method adds 5d51cd5d14 gdb: make bp_locations an std::vector adds 48d7020b7f gdb: add all_bp_locations function adds e0d9a27040 gdb: add all_bp_locations_at_addr function adds 240edef62f gdb: remove iterate_over_breakpoints function adds 055c879fcf gdb: remove iterate_over_bp_locations function adds 01add95bed gdb: fix some indentation issues adds 24b21115f5 gdb: fix tab after space indentation issues adds ebcab74124 PowerPC: Add new xxmr and xxlnot extended mnemonics adds 3633d4fb44 Automatic date update in version.in adds 0ef4c3f83b sim: h8300 Fixed different behavior in preinc/predec. adds 9d7c4ba5e5 sim: h8300 add special case test. new 1273b2f8ac x86: Restore PC16 relocation overflow check
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/ChangeLog | 37 + bfd/elf32-i386.c | 2 +- bfd/elf64-x86-64.c | 2 +- bfd/version.h | 2 +- binutils/ChangeLog | 16 + binutils/readelf.c | 9 +- gas/ChangeLog | 34 + gas/config/tc-nds32.c | 16 +- gas/testsuite/gas/i386/code16-2.d | 3 + gas/testsuite/gas/i386/code16-2.s | 10 + gas/testsuite/gas/i386/i386.exp | 2 + gas/testsuite/gas/i386/x86-64-code16-2.d | 4 + gas/testsuite/gas/ppc/vsx.d | 4 + gas/testsuite/gas/ppc/vsx.s | 4 + gdb/ChangeLog | 170 ++ gdb/Makefile.in | 39 +- gdb/aarch64-tdep.c | 10 +- gdb/ada-lang.c | 10 +- gdb/aix-thread.c | 18 +- gdb/amd64-tdep.c | 16 +- gdb/amd64-windows-tdep.c | 18 +- gdb/arch-utils.c | 16 +- gdb/arm-fbsd-tdep.c | 4 +- gdb/arm-tdep.c | 48 +- gdb/bpf-tdep.c | 2 +- gdb/breakpoint.c | 1678 +++++++++----------- gdb/breakpoint.h | 69 +- gdb/cli/cli-cmds.c | 67 +- gdb/cli/cli-decode.c | 244 ++- gdb/coffread.c | 26 +- gdb/command.h | 229 +-- gdb/compile/compile.c | 2 +- gdb/corefile.c | 14 +- gdb/cp-support.c | 12 +- gdb/ctfread.c | 8 +- gdb/dbxread.c | 22 +- gdb/disasm.c | 9 +- gdb/doc/ChangeLog | 9 + gdb/doc/python.texi | 10 +- gdb/dummy-frame.c | 7 +- gdb/dwarf2/cu.c | 3 +- gdb/dwarf2/cu.h | 6 + gdb/dwarf2/index-write.c | 2 +- gdb/dwarf2/read.c | 11 +- gdb/dwarf2/read.h | 7 - gdb/frv-linux-tdep.c | 14 +- gdb/gcore.c | 5 +- gdb/gdbtypes.c | 12 +- gdb/gnu-nat.c | 54 +- gdb/gnu-nat.h | 4 +- gdb/go32-nat.c | 126 +- gdb/guile/guile.c | 41 +- gdb/guile/scm-breakpoint.c | 10 +- gdb/guile/scm-pretty-print.c | 8 +- gdb/hppa-linux-tdep.c | 2 - gdb/hppa-tdep.c | 6 +- gdb/i386-fbsd-nat.c | 16 +- gdb/i386-linux-tdep.h | 2 +- gdb/i386-tdep.c | 24 +- gdb/infcmd.c | 62 +- gdb/infrun.c | 7 +- gdb/jit.c | 2 +- gdb/language.c | 24 +- gdb/macrocmd.c | 15 +- gdb/macroscope.c | 4 +- gdb/maint.c | 19 +- gdb/make-init-c | 70 + gdb/mi/mi-cmd-disas.c | 2 +- gdb/mi/mi-cmd-var.c | 2 +- gdb/mi/mi-main.c | 26 +- gdb/mi/mi-symbol-cmds.c | 10 +- gdb/mips-netbsd-tdep.c | 2 +- gdb/mips-tdep.c | 27 +- gdb/nat/aarch64-sve-linux-ptrace.c | 18 +- gdb/nat/linux-namespaces.c | 6 +- gdb/nat/x86-dregs.c | 2 +- gdb/nios2-tdep.c | 40 +- gdb/nto-procfs.c | 2 +- gdb/objc-lang.c | 7 +- gdb/p-lang.c | 4 +- gdb/ppc-sysv-tdep.c | 10 +- gdb/printcmd.c | 18 +- gdb/python/py-auto-load.c | 29 +- gdb/python/py-breakpoint.c | 27 +- gdb/python/py-finishbreakpoint.c | 17 +- gdb/python/py-framefilter.c | 20 +- gdb/python/py-param.c | 133 +- gdb/python/py-prettyprint.c | 8 +- gdb/python/py-tui.c | 20 +- gdb/python/python.c | 9 +- gdb/record-btrace.c | 30 +- gdb/record-full.c | 99 +- gdb/record.c | 70 +- gdb/regcache.c | 22 +- gdb/remote.c | 42 +- gdb/reverse.c | 37 +- gdb/rs6000-tdep.c | 25 +- gdb/s390-tdep.c | 12 +- gdb/serial.c | 2 +- gdb/sh-tdep.c | 4 +- gdb/silent-rules.mk | 2 +- gdb/solib-svr4.c | 7 +- gdb/solib.c | 22 +- gdb/source.c | 25 +- gdb/sparc64-tdep.c | 7 +- gdb/stabsread.c | 2 +- gdb/stack.c | 73 +- gdb/stubs/sh-stub.c | 10 +- gdb/stubs/sparc-stub.c | 2 +- gdb/symfile.c | 13 +- gdb/symtab.c | 187 +-- gdb/target-float.c | 10 +- gdb/testsuite/ChangeLog | 17 + .../reverse-init-functions.exp} | 32 +- gdb/testsuite/gdb.dwarf2/dw2-dummy-cu.exp | 6 +- gdb/testsuite/gdb.dwarf2/gdb-index.exp | 5 +- gdb/thread.c | 9 +- gdb/top.c | 2 +- gdb/tracepoint.c | 63 +- gdb/tui/tui-win.c | 20 +- gdb/tui/tui-winsource.c | 9 +- gdb/v850-tdep.c | 14 +- gdb/valprint.c | 24 +- gdb/value.c | 5 +- gdb/windows-nat.c | 2 +- gdb/windows-tdep.c | 17 +- gdb/xcoffread.c | 25 +- gdb/xtensa-tdep.c | 6 +- gdbserver/ChangeLog | 4 + gdbserver/linux-s390-low.cc | 36 +- include/ChangeLog | 10 + ld/ChangeLog | 16 + ld/testsuite/ld-i386/code16.d | 19 + ld/testsuite/ld-i386/code16.t | 7 + ld/testsuite/ld-i386/i386.exp | 1 + ld/testsuite/ld-i386/pcrel16-2.d | 1 + ld/testsuite/ld-x86-64/code16.d | 19 + ld/testsuite/ld-x86-64/code16.t | 7 + ld/testsuite/ld-x86-64/pcrel16-2.d | 1 + ld/testsuite/ld-x86-64/x86-64.exp | 1 + opcodes/ChangeLog | 4 + opcodes/ppc-opc.c | 2 + sim/h8300/ChangeLog | 7 + sim/h8300/compile.c | 52 +- sim/h8300/sim-main.h | 4 +- sim/testsuite/h8300/ChangeLog | 13 + sim/testsuite/h8300/addb.s | 58 +- sim/testsuite/h8300/andb.s | 48 + sim/testsuite/h8300/cmpb.s | 44 + sim/testsuite/h8300/movb.s | 97 +- sim/testsuite/h8300/movl.s | 77 +- sim/testsuite/h8300/movw.s | 97 +- sim/testsuite/h8300/orb.s | 49 +- sim/testsuite/h8300/subb.s | 26 + sim/testsuite/h8300/xorb.s | 27 +- 155 files changed, 3198 insertions(+), 2385 deletions(-) create mode 100644 gas/testsuite/gas/i386/code16-2.d create mode 100644 gas/testsuite/gas/i386/code16-2.s create mode 100644 gas/testsuite/gas/i386/x86-64-code16-2.d create mode 100755 gdb/make-init-c copy gdb/testsuite/{gdb.dwarf2/dw2-dummy-cu.exp => gdb.base/reverse-init-functions [...] create mode 100644 ld/testsuite/ld-i386/code16.d create mode 100644 ld/testsuite/ld-i386/code16.t create mode 100644 ld/testsuite/ld-x86-64/code16.d create mode 100644 ld/testsuite/ld-x86-64/code16.t