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_tk1/llvm-master-arm-spec2k6-O2 in repository toolchain/ci/binutils-gdb.
from 5a98fb7513 bfd: Close the file descriptor if there is no archive fd adds 7dc37e1e12 ld: Run tmpdir/pr28138 only for native build adds fc14131902 x86: Simplify check for distinct TMM register operands adds 1056aa3919 gdb: clean up some things in features/Makefile adds 588f5af532 Automatic date update in version.in adds ad42014be2 Guile: temporary breakpoints adds cd026728f3 gas: improve C_BSTAT and C_STSYM symbols handling on XCOFF adds c3c1e6459f gdbtypes: return value from get_unsigned_type_max adds b5b591a865 guile: fix make-value with pointer type adds 91ef1ea542 guile/scm-math: indentation fixes adds abdd4204a2 Fix for gdb.tui/tui-layout-asm.exp adds 757e686afb Don't compile x86 debug register support on OpenBSD. adds 9f07c77001 x86-bsd-nat: Only define gdb_ptrace when using debug registers. adds 3d3f92f275 obsd-nat: Various fixes to obsd_nat_target::wait. adds 42acc96479 obsd-nat: Various fixes for fork following. adds 527b21eaec obsd-nat: Report both thread and PID in ::pid_to_str. adds bbf1c6a237 Automatic date update in version.in adds 602885d808 gdb: fix nr_bits gdb_assert in append_flags_type_field adds 6329d1e13e IMAGE_SCN_LNK_NRELOC_OVFL adds 472dd8b357 Sanity check _bfd_coff_read_string_table adds 5cfe19e51e reloc_upper_bound size calculations adds 237877b818 readelf: catch archive_file_size of -1 adds 1417c84842 bfd: avoid a crash when debug_section isn't created in XCOFF adds 8ba4f8f6c2 bfd: ensure that symbols targeted by DWARF relocations are k [...] adds f681e5867d gas: ensure XCOFF DWARF subsection are initialized to 0 adds fb6262e853 [gdb/build] Disable attribute nonnull adds 785e5700ce Replace exception_print_same with operator!= adds 177ac6e47e Use iterator_range in more places adds 7d0aa7cbd4 Automatic date update in version.in adds 426260d246 Automatic date update in version.in
No new revisions were added by this update.
Summary of changes: bfd/coff-bfd.c | 5 +- bfd/coffcode.h | 6 + bfd/coffgen.c | 26 +++- bfd/elf.c | 2 +- bfd/elf64-sparc.c | 2 +- bfd/mach-o.c | 2 +- bfd/version.h | 2 +- bfd/vms-alpha.c | 2 +- bfd/xcofflink.c | 188 +++++++++++++---------- binutils/readelf.c | 4 +- gas/config/tc-i386.c | 25 ++- gas/config/tc-ppc.c | 10 +- gas/config/tc-ppc.h | 1 + gas/symbols.c | 12 +- gas/testsuite/gas/ppc/aix.exp | 3 + gas/testsuite/gas/ppc/xcoff-stsym-32.d | 22 +++ gas/testsuite/gas/ppc/xcoff-stsym-64.d | 22 +++ gas/testsuite/gas/ppc/xcoff-stsym.s | 16 ++ gdb/NEWS | 3 + gdb/configure.nat | 5 +- gdb/doc/guile.texi | 16 +- gdb/exceptions.c | 14 -- gdb/exceptions.h | 3 - gdb/exec.c | 2 +- gdb/features/Makefile | 9 +- gdb/gdbtypes.c | 26 +++- gdb/gdbtypes.h | 4 +- gdb/guile/scm-breakpoint.c | 43 +++++- gdb/guile/scm-math.c | 37 +++-- gdb/objfiles.h | 59 ++----- gdb/obsd-nat.c | 114 +++++--------- gdb/obsd-nat.h | 2 - gdb/regformats/microblaze-with-stack-protect.dat | 64 -------- gdb/testsuite/gdb.guile/scm-breakpoint.exp | 33 ++++ gdb/testsuite/gdb.guile/scm-math.exp | 40 +++++ gdb/testsuite/gdb.tui/tui-layout-asm.exp | 32 +++- gdb/x86-bsd-nat.c | 16 +- gdb/x86-bsd-nat.h | 9 +- gdbsupport/common-defs.h | 75 +++++++++ gdbsupport/common-exceptions.h | 17 ++ ld/testsuite/ld-plugin/lto.exp | 64 ++++---- 41 files changed, 627 insertions(+), 410 deletions(-) create mode 100644 gas/testsuite/gas/ppc/xcoff-stsym-32.d create mode 100644 gas/testsuite/gas/ppc/xcoff-stsym-64.d create mode 100644 gas/testsuite/gas/ppc/xcoff-stsym.s delete mode 100644 gdb/regformats/microblaze-with-stack-protect.dat