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-aarch64-spec2k6-Os in repository toolchain/ci/binutils-gdb.
from 075a2b89c7 Rename elf32.em to elf.em adds 0a4632b563 Re: Enhance the disassembler adds 1ff5d5c463 Constify argument to make_tempname and make_tempdir adds 64b2d4a0a4 Introduce bfd_set_filename adds 67547d896b Change the type of copy_names from int to bool adds 9cab7ecda2 Fix float to LONGEST conversion. adds f48cd8368b Refactor get_init_files to use std::string adds 9224a01377 Factor out the code to do the datadir-relocation for gdbinit adds f2aec7f6d1 Make relocate_{path,gdb_directory} return std::string adds 19d16d8789 Automatic date update in version.in adds 7a28970742 Fix signals reported for faults on Solaris adds a19826f4c4 PR24981, Hit assertion failure in ld/ldlang.c:7504 adds 0d41d9a2aa LOAD in linker map file adds 4993045d18 Output the Ada task name in more messages. adds 25e5c20918 [gdb/testsuite] Allow some tests in gdb.base/store.exp to be [...] adds f8c0fc571b Automatic date update in version.in adds 3dd9bb4620 gdb: Don't fault for 'maint print psymbols' when using an index adds aa17805fb9 gdb: Have 'maint info sections' print all sections again adds 5fabdcd680 gdb/testsuite: Make use of exec_has_index_section function adds ec6c8338a8 gdb: Force use of float version of log10 adds 1f1f5b92e8 Always add input_statement to statement_list
No new revisions were added by this update.
Summary of changes: bfd/ChangeLog | 5 + bfd/bfd-in2.h | 2 + bfd/opncls.c | 20 +++ bfd/version.h | 2 +- binutils/ChangeLog | 12 ++ binutils/bucomm.c | 4 +- binutils/bucomm.h | 4 +- binutils/objcopy.c | 2 +- binutils/objdump.c | 11 +- gdb/ChangeLog | 100 ++++++++++++ gdb/NEWS | 3 + gdb/ada-tasks.c | 66 ++++++-- gdb/auto-load.c | 2 +- gdb/dbxread.c | 18 +-- gdb/defs.h | 8 +- gdb/doc/ChangeLog | 5 + gdb/doc/gdb.texinfo | 14 +- gdb/dwarf2read.c | 4 +- gdb/guile/guile.c | 5 +- gdb/jit.c | 4 +- gdb/main.c | 219 +++++++++++++------------- gdb/maint.c | 142 +++++++++++++++-- gdb/mdebugread.c | 32 ++-- gdb/procfs.c | 38 +---- gdb/psympriv.h | 2 +- gdb/psymtab.c | 28 ++-- gdb/psymtab.h | 6 +- gdb/python/python.c | 2 +- gdb/solib-aix.c | 8 +- gdb/solib-darwin.c | 3 +- gdb/symfile-mem.c | 6 +- gdb/symtab.c | 2 +- gdb/symtab.h | 2 +- gdb/target-float.c | 17 +- gdb/testsuite/ChangeLog | 19 +++ gdb/testsuite/gdb.ada/rdv_wait.exp | 2 +- gdb/testsuite/gdb.ada/task_switch_in_core.exp | 2 +- gdb/testsuite/gdb.base/maint.exp | 24 +-- gdb/testsuite/gdb.base/store.exp | 65 +++++--- gdb/top.c | 2 +- gdb/xcoffread.c | 18 +-- gdb/xml-syscall.c | 7 +- ld/ChangeLog | 18 +++ ld/ldlang.c | 46 +++--- 44 files changed, 688 insertions(+), 313 deletions(-)