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-arm-bootstrap_O3 in repository toolchain/ci/binutils-gdb.
from 88ae41e179 Update the how-to-make-a-release document so that a check fo [...] adds 9fe3819e83 gdb: remove breakpoint_find_if adds bb1fcfc4b3 Automatic date update in version.in adds 64cb17196c PR28250, Null pointer dereference in debug_class_type_samep adds 90f56146e5 nfp: add validity check of island and me adds ea17b3d59f [gdb/testsuite] Fix gdb.fortran/call-no-debug.exp symbol search adds 250e8e0d7f [gdb/testsuite] Fix dwo path in fission-*.S adds c79332d2d1 Automatic date update in version.in adds 76aa354424 obstack.h __PTR_ALIGN vs. ubsan adds 36f61bf2ad PTR_ADD and NPTR_ADD for bfd.h adds b03b65e2aa SHT_SYMTAB_SHNDX handling new 718aefcf55 Fix the V850 assembler's generation of relocations for the s [...] new d85e70a35b Add support for the haiku operating system. These are the o [...]
The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: bfd/bfd-in.h | 5 +++ bfd/bfd-in2.h | 5 +++ bfd/config.bfd | 34 ++++++++++++++++ bfd/configure | 2 +- bfd/elf-bfd.h | 5 --- bfd/elf-eh-frame.c | 30 ++++++++------- bfd/elf.c | 14 ++----- bfd/elflink.c | 47 +++++++++++------------ bfd/version.h | 2 +- binutils/configure | 2 +- binutils/debug.c | 2 +- binutils/objdump.c | 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 +++- gdb/break-catch-syscall.c | 26 ++++++------- gdb/breakpoint.c | 13 ------- gdb/breakpoint.h | 18 +-------- gdb/infrun.c | 2 +- gdb/testsuite/gdb.dwarf2/fission-base.S | 5 +-- gdb/testsuite/gdb.dwarf2/fission-base.exp | 2 +- gdb/testsuite/gdb.dwarf2/fission-loclists-pie.S | 4 +- gdb/testsuite/gdb.dwarf2/fission-loclists-pie.exp | 2 +- gdb/testsuite/gdb.dwarf2/fission-loclists.S | 5 +-- gdb/testsuite/gdb.dwarf2/fission-loclists.exp | 2 +- gdb/testsuite/gdb.dwarf2/fission-reread.S | 7 +--- gdb/testsuite/gdb.dwarf2/fission-reread.exp | 2 +- gdb/testsuite/gdb.fortran/call-no-debug.exp | 19 +++++---- gprof/configure | 2 +- include/obstack.h | 6 +-- 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/nfp-dis.c | 11 +++++- opcodes/v850-opc.c | 2 +- 53 files changed, 357 insertions(+), 168 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