This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gcc_bootstrap/master-aarch64-bootstrap_debug 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 [...] adds 68e503ecf0 Automatic date update in version.in adds 7a554b2725 gold: --export-dynamic-symbol: don't imply -u adds 06520412a5 haiku tidy adds 174fe10cb6 ubsan: libctf: applying zero offset to null pointer adds f2cfdb7486 ubsan: alpha: member access within null pointer adds 2ea9d33a12 pj: asan: out of bounds, ubsan: left shift of negative adds ad77db1c02 CC_FOR_TARGET et al adds 669d511534 ld testsuite tidy
No new revisions were added by this update.
Summary of changes: bfd/config.bfd | 34 +++++++++ bfd/configure | 2 +- bfd/elf64-alpha.c | 3 +- bfd/version.h | 2 +- binutils/configure | 2 +- binutils/testsuite/lib/binutils-common.exp | 8 +-- 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 +- gold/archive.cc | 7 -- gold/symtab.cc | 6 -- gprof/configure | 2 +- ld/Makefile.am | 19 +++-- ld/Makefile.in | 25 +++++-- 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 + ld/po/BLD-POTFILES.in | 6 ++ ld/testsuite/config/default.exp | 27 +++---- ld/testsuite/ld-auto-import/auto-import.exp | 4 +- ld/testsuite/ld-bootstrap/bootstrap.exp | 8 +-- ld/testsuite/ld-cdtest/cdtest.exp | 12 ++-- ld/testsuite/ld-cygwin/exe-export.exp | 8 +-- ld/testsuite/ld-elf/dwarf.exp | 8 +-- ld/testsuite/ld-elf/indirect.exp | 8 +-- ld/testsuite/ld-elf/shared.exp | 16 ++--- ld/testsuite/ld-elfcomm/elfcomm.exp | 14 ++-- ld/testsuite/ld-elfvers/vers.exp | 30 ++++---- ld/testsuite/ld-elfvsb/elfvsb.exp | 39 +++++----- ld/testsuite/ld-elfweak/elfweak.exp | 56 +++++++-------- ld/testsuite/ld-gc/gc.exp | 14 ++-- ld/testsuite/ld-ifunc/ifunc.exp | 10 +-- ld/testsuite/ld-mn10300/mn10300.exp | 6 +- ld/testsuite/ld-pe/pe-compile.exp | 14 ++-- ld/testsuite/ld-pe/pe-run.exp | 19 +++-- ld/testsuite/ld-pe/pe-run2.exp | 20 +++--- ld/testsuite/ld-pie/pie.exp | 4 +- ld/testsuite/ld-plugin/lto.exp | 32 +++++---- ld/testsuite/ld-plugin/plugin.exp | 34 ++++----- ld/testsuite/ld-scripts/crossref.exp | 35 ++++----- ld/testsuite/ld-selective/selective.exp | 8 +-- ld/testsuite/ld-sh/sh.exp | 2 +- ld/testsuite/ld-shared/shared.exp | 40 +++++------ ld/testsuite/ld-srec/srec.exp | 41 +++++------ ld/testsuite/ld-undefined/undefined.exp | 2 +- ld/testsuite/ld-unique/unique.exp | 10 +-- ld/testsuite/ld-x86-64/tls.exp | 2 +- ld/testsuite/lib/ld-lib.exp | 108 ++++++++++++++-------------- libctf/Makefile.am | 5 +- libctf/Makefile.in | 5 +- libctf/configure | 2 +- libctf/ctf-open.c | 2 +- libctf/testsuite/config/default.exp | 14 ++-- libctf/testsuite/lib/ctf-lib.exp | 8 +-- libtool.m4 | 2 +- opcodes/ChangeLog | 6 ++ opcodes/configure | 2 +- opcodes/pj-dis.c | 7 +- opcodes/v850-opc.c | 2 +- zlib/configure | 2 +- 73 files changed, 615 insertions(+), 408 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