This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-master-arm-lts-allmodconfig in repository toolchain/ci/binutils-gdb.
from 12735d3472 gdb/build: Fix Wpessimizing-move in clang build adds 5647d3e3dc Add Bruno Larsen to gdb/MAINTAINERS adds 187365caaa Remove vestigal FreeBSD/i386 3.x support. adds bf84b776bd Remove support for pre-5.0 FreeBSD/i386 signal trampolines. adds 5046f3c8c0 FreeBSD x86: Remove fallback for detecting signal trampoline [...] adds b623bbc9a5 regcache: Zero-extend small registers described by a register map. adds a423c9f392 Use register maps for gp regsets on FreeBSD/x86 core dumps. adds 7384826ebf FreeBSD x86: Use tramp-frame for signal frames. adds b95a31ed5d fbsd-nat: Return a bool from fetch_register_set and store_re [...] adds 00d7af046f FreeBSD x86 nat: Use register maps for GP register sets. adds e5783467a3 gdb: fix ppc-sysv-tdep.c build on 32-bit platforms adds 5800c9abd0 Automatic date update in version.in adds 7c4643efe7 objcopy --only-keep-debug adds 2405fc4016 Re: PR28827, assertion building LLVM 9 on powerpc64le-linux-gnu adds 35b5767cf4 Automatic date update in version.in adds fb0a17c77d Automatic date update in version.in adds a634f5af2f Remove unused variables in fbsd-tdep.c files adds 9ff8aa7d41 Re: PR28827, assertion building LLVM 9 on powerpc64le-linux-gnu adds f10f8617a3 Import patch from mainline GCC to fix an infinite recusion i [...] adds 8d2ef06e1c gdb, testsuite, fortran: adapt info symbol expected output f [...] adds 492325c4b7 gdb: fix some clang-tidy readability-misleading-indentation [...] adds e1dbfc17c5 Load debug section only when dumping debug sections adds 4bed253f22 elf: Check symbol version without any symbols adds 21cbd63389 Automatic date update in version.in adds e327c35ef5 hurd: Fix RPC link names adds fc46f98d5d hurd: Fix RPC prototypes adds 219c04fc3b gdb/python: fix gdb.Objfile.__repr__ () for dynamically comp [...] adds cd393cec3a gdb, btrace: improve error messages adds 326f526e1b Fix flex rule in gdb adds 14f9835738 Automatic date update in version.in adds c7c6e55b60 or1k: Avoid R_OR1K_GOT16 signed overflow by using special howto adds a698397481 Updated French translation for the ld/ and gold/ sub-directories adds b6e05abee3 gdb: update the comment on string_to_event_location adds 8e454b9c61 gdb: add empty string check in parse_linespec adds ed2a947856 gdb/testsuite: move linespec test into gdb.linespec/ directory adds 3c5fcec6dc gdb: handle calls to list command passing only a linespec condition adds 82d0a72cdc gdb: handle calls to edit command passing only a linespec condition adds a591084285 gdb: test to check one aspect of the linespec parsing code adds 2f6b20e2e0 gdb: fix formatting for help set/show extended-prompt adds 41ba8b76cc Stop the BFD library complaining about compressed dwarf debu [...] adds 36a13a0e62 Automatic date update in version.in adds 3a3a4c1fe4 PowerPC64 treatment of absolute symbols adds e69d64d21a testsuite: fix failure in gdb.threads/killed-outside.exp adds 9d5d41c405 Add new e_machine values. adds 8d26ee1cd1 x86: Update X86_64_GOT_TYPE_P to cover more GOT relocations adds dfbcbf85ea Rename EM_56800V4 to EM_56800EF. adds 78110c3f77 Automatic date update in version.in adds fd3c53675c Support symbol+offset lookup in addr2line adds 2b53149244 Remove host_hex_value adds 480157863b Improve Ada unchecked union type printing new 4a620b7e30 gdb: include jit_code_entry::symfile_addr value in names of [...]
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 | 13 + bfd/dwarf2.c | 8 +- bfd/elf32-or1k.c | 24 +- bfd/elf64-ppc.c | 237 +- bfd/elfxx-x86.h | 6 +- bfd/version.h | 2 +- binutils/addr2line.c | 75 +- binutils/doc/binutils.texi | 18 +- binutils/objcopy.c | 6 +- binutils/objdump.c | 8 + binutils/readelf.c | 7 + gdb/MAINTAINERS | 1 + gdb/Makefile.in | 27 +- gdb/ada-typeprint.c | 59 +- gdb/amd64-bsd-nat.c | 96 - gdb/amd64-fbsd-nat.c | 346 +- gdb/amd64-fbsd-tdep.c | 275 +- gdb/{i386-fbsd-tdep.h => amd64-fbsd-tdep.h} | 18 +- gdb/amd64-tdep.h | 5 - gdb/c-lang.c | 6 +- gdb/charset.c | 14 - gdb/charset.h | 5 - gdb/cli/cli-cmds.c | 19 +- gdb/configure.nat | 4 +- gdb/disasm.c | 2 +- gdb/dtrace-probe.c | 2 +- gdb/fbsd-nat.c | 8 +- gdb/fbsd-nat.h | 21 +- gdb/gnu-nat.c | 20 +- gdb/hppa-tdep.c | 2 +- gdb/i386-bsd-nat.c | 98 +- gdb/i386-fbsd-nat.c | 255 +- gdb/i386-fbsd-tdep.c | 427 ++- gdb/i386-fbsd-tdep.h | 4 + gdb/i386-tdep.h | 4 - gdb/jit.c | 41 +- gdb/linespec.c | 14 +- gdb/location.c | 5 + gdb/location.h | 9 +- gdb/mi/mi-parse.c | 4 +- gdb/mips-tdep.c | 2 +- gdb/nat/linux-btrace.c | 21 +- gdb/p-valprint.c | 2 +- gdb/ppc-sysv-tdep.c | 3 +- gdb/python/lib/gdb/command/prompt.py | 5 +- gdb/python/py-objfile.c | 4 +- gdb/regcache.c | 7 +- gdb/sparc64-tdep.c | 4 +- gdb/testsuite/gdb.ada/unchecked_union.exp | 6 +- .../gdb.ada/unchecked_union/unchecked_union.adb | 6 +- gdb/testsuite/gdb.base/break.exp | 5 + gdb/testsuite/gdb.base/jit-reader.exp | 10 + gdb/testsuite/gdb.fortran/nested-funcs-2.exp | 29 +- .../linespecs.exp => gdb.linespec/errors.exp} | 20 +- gdb/testsuite/gdb.threads/killed-outside.exp | 4 +- gdb/tracepoint.c | 16 +- gdb/utils.c | 4 +- gdb/x86-bsd-nat.c | 4 - gdb/x86-bsd-nat.h | 3 - gold/ChangeLog | 4 + gold/po/fr.po | 254 +- include/elf/common.h | 3 + ld/ChangeLog | 4 + ld/po/fr.po | 3330 ++++++++++---------- ld/testsuite/ld-elf/pr24718-1.d | 13 + ld/testsuite/ld-elf/pr24718-1.s | 7 + ld/testsuite/ld-elf/pr24718-1.t | 4 + ld/testsuite/ld-powerpc/abs-pie-relr.d | 34 + ld/testsuite/ld-powerpc/abs-pie-relr.r | 8 + ld/testsuite/ld-powerpc/abs-pie.d | 34 + ld/testsuite/ld-powerpc/abs-pie.r | 8 + ld/testsuite/ld-powerpc/abs-reloc.s | 49 + ld/testsuite/ld-powerpc/abs-shared-relr.d | 34 + ld/testsuite/ld-powerpc/abs-shared-relr.r | 17 + ld/testsuite/ld-powerpc/abs-shared.d | 34 + ld/testsuite/ld-powerpc/abs-shared.r | 14 + ld/testsuite/ld-powerpc/abs-static.d | 32 + ld/testsuite/ld-powerpc/abs-static.r | 6 + ld/testsuite/ld-powerpc/powerpc.exp | 21 + ld/testsuite/ld-powerpc/pr28827-2.d | 48 + ld/testsuite/ld-powerpc/pr28827-2.lnk | 9 + ld/testsuite/ld-powerpc/pr28827-2.s | 15 + libiberty/ChangeLog | 12 + libiberty/rust-demangle.c | 47 +- 84 files changed, 3590 insertions(+), 2801 deletions(-) copy gdb/{i386-fbsd-tdep.h => amd64-fbsd-tdep.h} (57%) rename gdb/testsuite/{gdb.base/linespecs.exp => gdb.linespec/errors.exp} (66%) create mode 100644 ld/testsuite/ld-elf/pr24718-1.d create mode 100644 ld/testsuite/ld-elf/pr24718-1.s create mode 100644 ld/testsuite/ld-elf/pr24718-1.t create mode 100644 ld/testsuite/ld-powerpc/abs-pie-relr.d create mode 100644 ld/testsuite/ld-powerpc/abs-pie-relr.r create mode 100644 ld/testsuite/ld-powerpc/abs-pie.d create mode 100644 ld/testsuite/ld-powerpc/abs-pie.r create mode 100644 ld/testsuite/ld-powerpc/abs-reloc.s create mode 100644 ld/testsuite/ld-powerpc/abs-shared-relr.d create mode 100644 ld/testsuite/ld-powerpc/abs-shared-relr.r create mode 100644 ld/testsuite/ld-powerpc/abs-shared.d create mode 100644 ld/testsuite/ld-powerpc/abs-shared.r create mode 100644 ld/testsuite/ld-powerpc/abs-static.d create mode 100644 ld/testsuite/ld-powerpc/abs-static.r create mode 100644 ld/testsuite/ld-powerpc/pr28827-2.d create mode 100644 ld/testsuite/ld-powerpc/pr28827-2.lnk create mode 100644 ld/testsuite/ld-powerpc/pr28827-2.s