This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_bmk/llvm-master-arm-spec2k6-Oz_LTO in repository toolchain/ci/binutils-gdb.
from 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 adds 89b085acaf Fix return type typo in obsd-nat.c that breaks build on OpenBSD adds c89f9f2a52 Automatic date update in version.in adds 567238c956 Prefer symtab symbol over minsym for function names in non-c [...] adds 2dc80cf8a5 Restrict use of minsym names when printing addresses in disa [...] adds 1aff717310 dwarf2-frame.c: Fix FDE processing bug involving non-contigu [...] adds 5c076da45c Improve test gdb.dwarf2/dw2-ranges-func.exp adds 98a617f8d5 Fix stepping bug associated with non-contiguous blocks adds 6bdfee8157 Fix gdb.python/py-thrhandle.exp failures for -m32 multilib new 1c316af29f Automatic date update in version.in
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 | 12 + bfd/elf-bfd.h | 5 - bfd/elflink.c | 2 - bfd/elfxx-mips.c | 6 + bfd/version.h | 2 +- binutils/ChangeLog | 14 + binutils/dwarf.c | 75 ++- gdb/ChangeLog | 49 +- gdb/disasm.c | 12 +- gdb/dwarf2-frame.c | 8 +- gdb/infrun.c | 37 +- gdb/linux-thread-db.c | 19 +- gdb/obsd-nat.c | 2 +- gdb/printcmd.c | 29 +- gdb/python/py-objfile.c | 2 +- gdb/stack.c | 71 +-- gdb/testsuite/ChangeLog | 34 + gdb/testsuite/gdb.arch/i386-pkru.exp | 2 +- ...dw2-ranges-func.c => dw2-ranges-func-hi-cold.c} | 44 +- ...dw2-ranges-func.c => dw2-ranges-func-lo-cold.c} | 20 +- gdb/testsuite/gdb.dwarf2/dw2-ranges-func.exp | 704 +++++++++++---------- gdb/testsuite/gdb.mi/mi-catch-cpp-exceptions.exp | 99 +-- gdb/testsuite/lib/gdb.exp | 17 +- gdb/testsuite/lib/mi-support.exp | 7 + gdb/valprint.h | 13 +- ld/ChangeLog | 5 + ld/testsuite/ld-plugin/lto-3r.d | 2 +- ld/testsuite/ld-plugin/lto-5r.d | 2 +- 28 files changed, 769 insertions(+), 525 deletions(-) copy gdb/testsuite/gdb.dwarf2/{dw2-ranges-func.c => dw2-ranges-func-hi-cold.c} (85%) rename gdb/testsuite/gdb.dwarf2/{dw2-ranges-func.c => dw2-ranges-func-lo-cold.c} (85%)