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-aarch64-next-allmodconfig in repository toolchain/ci/binutils-gdb.
from a2f4b66c9e x86: Add CheckRegSize to AVX512_BF16 instructions with Disp8ShiftVL adds 1e129bbefa MIPS/LD: Skip overflow check for %pcrel_hi relocations adds 90f879191c Automatic date update in version.in adds 9698cf9b1c Fix libctf build on non-ELF targets. adds 90bd54236c Do not build libctf for targets that do not use the ELF file [...] adds f948b2de97 Sync top level files with versions from gcc.
No new revisions were added by this update.
Summary of changes: ChangeLog | 39 + Makefile.def | 46 +- Makefile.in | 10065 ++++++++++++++++++++++-- Makefile.tpl | 54 +- bfd/ChangeLog | 5 + bfd/elfxx-mips.c | 2 - bfd/version.h | 2 +- binutils/ChangeLog | 13 + binutils/Makefile.am | 4 +- binutils/Makefile.in | 2 +- binutils/config.in | 3 + binutils/configure | 64 +- binutils/configure.ac | 30 + binutils/doc/Makefile.in | 1 + binutils/objdump.c | 36 +- binutils/readelf.c | 24 +- configure | 679 +- configure.ac | 62 +- ld/ChangeLog | 10 + ld/testsuite/ld-mips-elf/mips-elf.exp | 2 + ld/testsuite/ld-mips-elf/reloc-pcrel-r6.d | 18 + ld/testsuite/ld-mips-elf/reloc-pcrel-r6.ld | 9 + ld/testsuite/ld-mips-elf/reloc-pcrel-r6.s | 27 + ld/testsuite/ld-mips-elf/undefweak-overflow.d | 16 +- ld/testsuite/ld-mips-elf/undefweak-overflow.s | 2 - libctf/ChangeLog | 8 + libctf/config.h.in | 3 + libctf/configure | 108 + libctf/configure.ac | 31 + libctf/ctf-open-bfd.c | 7 +- 30 files changed, 10769 insertions(+), 603 deletions(-) create mode 100644 ld/testsuite/ld-mips-elf/reloc-pcrel-r6.d create mode 100644 ld/testsuite/ld-mips-elf/reloc-pcrel-r6.ld create mode 100644 ld/testsuite/ld-mips-elf/reloc-pcrel-r6.s