This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-master-arm-stable-allyesconfig in repository toolchain/ci/binutils-gdb.
from fe7a351a8e gdb: move read{now,never}_symbol_files declarations to symfile.h adds 24a7f1b548 gdb: fix indentation in infrun.c adds 3034143dc6 src-release: fix indentation adds 4180301e81 Automatic date update in version.in adds 62fe7512a7 sim: watch: fix pc watchpoints on little endian host systems adds c54f3efdc2 sim: watch: fix range expression processing adds 2ce40d1a51 Add SEH support to code generated by dlltool. adds 8c4645b488 Remove sflag_info param from wild callback functions adds b209b5a6b8 SHF_LINK_ORDER fixup_link_order in ld adds 5347ed60c5 Regen Makefile.in for jobserver.m4 aclocal.m4 dependency
No new revisions were added by this update.
Summary of changes: ChangeLog | 4 + bfd/ChangeLog | 14 +++ bfd/Makefile.in | 1 + bfd/bfd-in2.h | 7 +- bfd/doc/Makefile.in | 1 + bfd/elflink.c | 194 ------------------------------- bfd/section.c | 7 +- bfd/version.h | 2 +- binutils/ChangeLog | 14 +++ binutils/Makefile.in | 1 + binutils/dlltool.c | 50 ++++---- binutils/doc/Makefile.in | 1 + gas/ChangeLog | 5 + gas/Makefile.in | 1 + gas/doc/Makefile.in | 1 + gdb/ChangeLog | 4 + gdb/infrun.c | 2 +- gprof/ChangeLog | 4 + gprof/Makefile.in | 1 + ld/ChangeLog | 53 +++++++++ ld/Makefile.in | 1 + ld/emultempl/aarch64elf.em | 2 +- ld/emultempl/armelf.em | 2 +- ld/emultempl/beos.em | 2 +- ld/emultempl/cskyelf.em | 2 +- ld/emultempl/hppaelf.em | 2 +- ld/emultempl/m68hc1xelf.em | 2 +- ld/emultempl/metagelf.em | 2 +- ld/emultempl/mipself.em | 2 +- ld/emultempl/mmo.em | 2 +- ld/emultempl/msp430.em | 5 +- ld/emultempl/nios2elf.em | 2 +- ld/emultempl/pe.em | 4 +- ld/emultempl/pep.em | 4 +- ld/emultempl/ppc64elf.em | 2 +- ld/emultempl/spuelf.em | 4 +- ld/emultempl/vms.em | 2 +- ld/ldelf.c | 8 +- ld/ldelfgen.c | 243 +++++++++++++++++++++++++++++++++++++++ ld/ldlang.c | 46 ++++---- ld/ldlang.h | 11 +- ld/testsuite/ld-elf/pr26256-2a.d | 1 - ld/testsuite/ld-elf/pr26256-2b.d | 3 +- ld/testsuite/ld-elf/pr26256-3b.d | 1 - libctf/ChangeLog | 4 + libctf/Makefile.in | 1 + opcodes/ChangeLog | 4 + opcodes/Makefile.in | 1 + sim/common/ChangeLog | 13 +++ sim/common/sim-events.c | 4 +- sim/common/sim-events.h | 4 +- sim/common/sim-watch.c | 4 +- src-release.sh | 68 ++++++----- 53 files changed, 502 insertions(+), 323 deletions(-)