This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_bmk_gnu_tk1/gnu-master-arm-spec2k6-O3_VECT in repository toolchain/ci/binutils-gdb.
from 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 adds 4a620b7e30 gdb: include jit_code_entry::symfile_addr value in names of [...] adds 565c20212a ld: Remove emultempl/armcoff.em
No new revisions were added by this update.
Summary of changes: bfd/ChangeLog | 6 + bfd/dwarf2.c | 8 +- bfd/elf64-ppc.c | 188 +- bfd/elfxx-x86.h | 6 +- bfd/version.h | 2 +- binutils/addr2line.c | 75 +- binutils/doc/binutils.texi | 18 +- gdb/ada-typeprint.c | 59 +- gdb/c-lang.c | 6 +- gdb/charset.c | 14 - gdb/charset.h | 5 - gdb/cli/cli-cmds.c | 19 +- gdb/jit.c | 41 +- gdb/linespec.c | 14 +- gdb/location.c | 5 + gdb/location.h | 9 +- gdb/mi/mi-parse.c | 4 +- gdb/python/lib/gdb/command/prompt.py | 5 +- gdb/python/py-objfile.c | 2 +- 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 | 4 +- .../linespecs.exp => gdb.linespec/errors.exp} | 20 +- gdb/testsuite/gdb.threads/killed-outside.exp | 4 +- gdb/utils.c | 4 +- gold/ChangeLog | 4 + gold/po/fr.po | 254 +- include/elf/common.h | 3 + ld/ChangeLog | 4 + ld/emultempl/armcoff.em | 293 -- ld/po/fr.po | 3330 ++++++++++---------- 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 | 20 + 44 files changed, 2468 insertions(+), 2245 deletions(-) rename gdb/testsuite/{gdb.base/linespecs.exp => gdb.linespec/errors.exp} (66%) delete mode 100644 ld/emultempl/armcoff.em 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