This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_cross_build/master-arm in repository toolchain/ci/binutils-gdb.
from b03b65e2aa SHT_SYMTAB_SHNDX handling adds 718aefcf55 Fix the V850 assembler's generation of relocations for the s [...] adds d85e70a35b Add support for the haiku operating system. These are the o [...]
No new revisions were added by this update.
Summary of changes: bfd/config.bfd | 34 ++++++++++++++++++++++++++++++++ bfd/configure | 2 +- binutils/configure | 2 +- configure | 2 +- configure.ac | 2 +- gas/ChangeLog | 8 ++++++++ gas/config/tc-i386.c | 1 + gas/config/tc-v850.c | 39 +++++++++++++++++-------------------- gas/config/te-haiku.h | 30 ++++++++++++++++++++++++++++ gas/configure | 2 +- gas/configure.tgt | 8 ++++++++ gas/testsuite/gas/v850/split-lo16.d | 4 +++- gas/testsuite/gas/v850/split-lo16.s | 7 +++++-- gprof/configure | 2 +- ld/Makefile.am | 6 ++++++ ld/Makefile.in | 12 ++++++++++++ ld/configure | 4 ++-- ld/configure.tgt | 20 +++++++++++++++++++ ld/emulparams/aarch64haiku.sh | 39 +++++++++++++++++++++++++++++++++++++ ld/emulparams/armelf_haiku.sh | 33 +++++++++++++++++++++++++++++++ ld/emulparams/elf32ppchaiku.sh | 7 +++++++ ld/emulparams/elf_haiku.sh | 1 + ld/emulparams/elf_i386_haiku.sh | 7 +++++++ ld/emulparams/elf_mipsel_haiku.sh | 3 +++ ld/emulparams/elf_x86_64_haiku.sh | 2 ++ libtool.m4 | 2 +- opcodes/ChangeLog | 6 ++++++ opcodes/configure | 2 +- opcodes/v850-opc.c | 2 +- 29 files changed, 254 insertions(+), 35 deletions(-) create mode 100644 gas/config/te-haiku.h create mode 100644 ld/emulparams/aarch64haiku.sh create mode 100644 ld/emulparams/armelf_haiku.sh create mode 100644 ld/emulparams/elf32ppchaiku.sh create mode 100644 ld/emulparams/elf_haiku.sh create mode 100644 ld/emulparams/elf_i386_haiku.sh create mode 100644 ld/emulparams/elf_mipsel_haiku.sh create mode 100644 ld/emulparams/elf_x86_64_haiku.sh