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-master-arm-spec2k6-Os_LTO in repository toolchain/ci/binutils-gdb.
from dac6552d4a Update the Swedish translation for the gas sub-directory. adds 9596751830 [ARC] [COMMITTED] Fix formatting. adds 4625b4d081 [gdb/testsuite] Fix infoline-reloc-main-from-zero.exp compilation adds 8f79c1075e Revert "Remove tests that test __gnu_lto_v1 symbol." adds b3b965fb91 [gdb/testsuite] Fix implicit declaration of printf in gdb.objc/*.m adds 75b493d0f9 Automatic date update in version.in adds 442853af24 Allow passing a block to lookup_global_symbol_from_objfile adds 2e6be59c8d Stop an illegal memory access by readelf when parsing a corr [...] adds c7c860d2d2 When linking binary files into MIPS executables, default to [...] adds 48467cb99b Have readelf and objdump display the contents of the DWARF a [...] adds d079b9c04a Fix attributation of DWARF augmentation patch. adds 297989a10c [gdb/testsuite] Test skip_libstdcxx_probe_tests in mi-catch- [...] adds f32feb4ab3 Fix comment about the signature of add_separate_debug_file adds db2307377f Automatic date update in version.in adds 6e99a238f0 Ajdust lto-3r and lto-5r tests for powerpc64 adds 6dd17ae0f9 Begone elf_linker adds 8e2e3c6c34 PR24798, buffer overflow in process_cu_tu_index adds 1512d3b7b9 [gdb/testsuite] Fix unterminated string in i386-pkru.exp new 89b085acaf Fix return type typo in obsd-nat.c that breaks build on OpenBSD
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 | 21 +++ bfd/elf-bfd.h | 5 - bfd/elf32-arc.c | 141 +++++++++++---------- bfd/elflink.c | 2 - bfd/elfxx-mips.c | 6 + bfd/version.h | 2 +- binutils/ChangeLog | 20 +++ binutils/dwarf.c | 75 ++++++----- binutils/readelf.c | 39 +++++- gdb/ChangeLog | 21 +++ gdb/compile/compile-object-load.c | 1 + gdb/obsd-nat.c | 2 +- gdb/python/py-objfile.c | 2 +- gdb/solib-spu.c | 3 +- gdb/solib-svr4.c | 3 +- gdb/symtab.c | 7 +- gdb/symtab.h | 5 +- gdb/testsuite/ChangeLog | 26 ++++ gdb/testsuite/gdb.arch/i386-pkru.exp | 2 +- .../gdb.base/infoline-reloc-main-from-zero.exp | 2 +- gdb/testsuite/gdb.mi/mi-catch-cpp-exceptions.exp | 99 +++++++++------ gdb/testsuite/gdb.objc/basicclass.m | 1 + gdb/testsuite/gdb.objc/nondebug.m | 1 + gdb/testsuite/gdb.objc/objcdecode.m | 1 + gdb/testsuite/lib/gdb.exp | 17 ++- gdb/testsuite/lib/mi-support.exp | 7 + ld/ChangeLog | 12 ++ ld/testsuite/ld-plugin/lto-3r.d | 7 + ld/testsuite/ld-plugin/lto-5r.d | 7 + ld/testsuite/ld-plugin/lto.exp | 6 + 30 files changed, 380 insertions(+), 163 deletions(-) create mode 100644 ld/testsuite/ld-plugin/lto-3r.d create mode 100644 ld/testsuite/ld-plugin/lto-5r.d