This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_cross/gnu-master-arm-build_cross in repository toolchain/ci/binutils-gdb.
from 8d7f06359a arc: Add GNU/Linux support for ARC adds 3c68b07e84 Automatic date update in version.in adds 13f8a2465e Re: CSKY: Add new arch CK860 adds 4c6e63bfa8 gdb: Add ARC target and maintainer to MAINTAINERS adds 37f628c34d windres: AUTOCHECKBOX default style must have WS_TABSTOP style adds 4449c81a85 bpf: add xBPF ISA adds a68aba2da7 PR26412 UBSAN: objcopy.c:3026 null pointer fwrite adds b4e125d935 PR26415 UBSAN: vms-misc.c:636 left shift cannot be represented adds c01de19363 asan: alpha-vms: mmember access within null pointer adds 9863cbb7bd PR26418 UBSAN: cache.c:386 null pointer fwrite adds aaf9875ef9 PR26431 UBSAN: pe-dll.c:568 null pointer bsearch adds b2f386b99c PR26447 UBSAN: expr.c:1936 left shift of negative value adds d8d6da137d PR26448 UBSAN: symbols.c:1586 left shift of negative value adds 66ad6b4458 PR26453 UBSAN: som.c:2885 null pointer memcpy adds 1673aff569 PR26458 UBSAN: elf32-i386.c:3615 left shift of negative value adds 55e61b8ad9 PR26475 UBSAN: elfxx-mips.c:12180 null pointer memset adds 00bc5e68b2 PR26478 UBSAN: mmo.c:2941 null pointer memcpy adds 9e51d549d7 PR 26484-26488, 26490 UBSAN &h->elf null pointer adds 2d0ce6779c PR26498 UBSAN: elf32-spu.c:2292 left shift overflow adds 32168ca6c3 PR26499 UBSAN: eelf32_spu.c:537 member access null pointer adds 252e57fdd4 PR26506 UBSAN: elf32-xtensa.c:3203 null pointer memcpy adds 4d43072582 PR26507 UBSAN: elf32-xtensa.c:6013 null pointer bsearch adds e637b7ba2f PR26508 UBSAN: tc-xtensa.c:7764 null pointer bsearch adds 3eba3ef344 Add support to readelf for the OpenBSD segment types. adds 31b3f3e6e4 opcodes: Add missing entries to ebpf_isa_attr adds b74a6c6086 Fix a sanitization problem running the linker testsuite for [...] adds eae0b5c3b2 Fix sanitization problems running the linker testsuite for t [...] adds 8c51f2f291 Fix sanitization problems in the BFD library when running th [...] adds 05fd99cc80 ld: Add $NOSANTIZE_CFLAGS to more linker tests adds 698be2d8e5 Update gnulib to current trunk adds f2e5245f41 Automatic date update in version.in new 514b4e191d Change the default characteristics of DLLs built by the link [...] new 987cf30ad8 libctf, binutils: initial work towards libctf gettextization new 926c9e7665 libctf, binutils, include, ld: gettextize and improve error [...] new 5e9b84f7a2 binutils, ld: dequote libctf error messages new c415c83bd9 Re: commit eae0b5c3b2d6b new 2ac865acf0 arm-symbianelf segfault new cd570d497e PR26462 UBSAN: reloc.c:473 shift exponent 4294967295 new 6fbd4a8e8b PR26467 UBSAN: cgen.c:762 shift exponent 18446744073709551615 new 4b69ce9b91 PR26469 UBSAN: elflink.c:8742 shift exponent 6148914691236511722 new 9fb2400ce6 Fix linker testcase for alpha-linux affected by fix for PR 26416 new ec10b3bb91 Remove commit 9fb2400ce6 new b886559f31 gdb: add gdb_bfd_sections for range-based iteration new 6b5473c97e Corrects the broken line number incrementation in the Window [...] new 9e7ed8b080 Fix PR binutils/26356 on hppa*-*-hpux*. new c2015ce4a4 gdb/testsuite: make test names unique in gdb.arch/*.exp new fc5d6901ad gdb: fix whitespace issues in ChangeLog files new 48b076bbca gdb/testsuite: use multi_line in gdb.dwarf2/dw2-reg-undefined.exp new 82b946165d ld/emultempl/msp430.em: Remove unused variable new b019121604 readelf: MSP430: Fix incorrect usage of "msp430x" in function names new b2b38aa45b Fix advance/until and inline frames (PR gdb/26523) new df63178325 Fix advance/until and multiple locations (PR gdb/26524)
The 21 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/ChangeLog | 134 ++ bfd/archures.c | 2 + bfd/bfd-in2.h | 1 + bfd/bfdio.c | 18 +- bfd/config.in | 3 + bfd/configure | 17 +- bfd/configure.ac | 6 +- bfd/cpu-bpf.c | 22 +- bfd/ecofflink.c | 10 +- bfd/elf32-arm.c | 4 +- bfd/elf32-avr.c | 14 +- bfd/elf32-spu.c | 4 +- bfd/elf32-xtensa.c | 18 +- bfd/elf64-alpha.c | 26 +- bfd/elf64-ppc.c | 44 +- bfd/elflink.c | 53 +- bfd/elfnn-aarch64.c | 2 +- bfd/elfxx-mips.c | 3 +- bfd/mmo.c | 3 +- bfd/reloc.c | 3 + bfd/som.c | 17 +- bfd/version.h | 2 +- bfd/vms-misc.c | 4 +- binutils/ChangeLog | 62 + binutils/Makefile.am | 2 +- binutils/Makefile.in | 2 +- binutils/mclex.c | 5 +- binutils/objcopy.c | 5 +- binutils/objdump.c | 42 +- binutils/rcparse.y | 2 +- binutils/readelf.c | 51 +- binutils/testsuite/binutils-all/objcopy.exp | 10 +- binutils/testsuite/lib/utils-lib.exp | 11 +- cpu/ChangeLog | 18 + cpu/bpf.cpu | 118 +- gas/ChangeLog | 37 +- gas/cgen.c | 2 +- gas/config/tc-bpf.c | 34 +- gas/config/tc-xtensa.c | 3 + gas/expr.c | 19 +- gas/symbols.c | 21 +- gas/testsuite/gas/bpf/bpf.exp | 3 + gas/testsuite/gas/bpf/indcall-1.d | 22 + gas/testsuite/gas/bpf/indcall-1.s | 14 + gas/testsuite/gas/bpf/indcall-bad-1.l | 3 + gas/testsuite/gas/bpf/indcall-bad-1.s | 1 + gdb/ChangeLog | 38 +- gdb/MAINTAINERS | 3 + gdb/breakpoint.c | 77 +- gdb/gdb_bfd.h | 18 + gdb/inline-frame.c | 6 +- gdb/maint.c | 48 +- gdb/testsuite/ChangeLog | 32 +- gdb/testsuite/gdb.arch/amd64-byte.exp | 112 +- gdb/testsuite/gdb.arch/amd64-dword.exp | 76 +- gdb/testsuite/gdb.arch/amd64-pseudo.c | 2 +- .../gdb.arch/amd64-stap-special-operands.exp | 14 +- gdb/testsuite/gdb.arch/amd64-tailcall-ret.exp | 4 +- gdb/testsuite/gdb.arch/amd64-word.exp | 76 +- gdb/testsuite/gdb.arch/i386-byte.exp | 56 +- gdb/testsuite/gdb.arch/i386-word.exp | 34 +- .../gdb.base/advance-until-multiple-locations.cc | 61 + .../gdb.base/advance-until-multiple-locations.exp | 142 ++ gdb/testsuite/gdb.dwarf2/dw2-reg-undefined.exp | 7 +- gnulib/ChangeLog | 248 +++ gnulib/Makefile.in | 27 +- gnulib/aclocal.m4 | 10 + gnulib/config.in | 320 ++- gnulib/configure | 2313 ++++++++++++++------ gnulib/import/Makefile.am | 149 +- gnulib/import/Makefile.in | 186 +- gnulib/import/alloca.in.h | 15 +- gnulib/import/assure.h | 24 +- gnulib/import/at-func.c | 2 +- gnulib/import/attribute.h | 215 ++ gnulib/import/{assure.h => btowc.c} | 40 +- gnulib/import/canonicalize-lgpl.c | 2 +- gnulib/import/count-one-bits.h | 85 +- gnulib/import/ctype.in.h | 57 + gnulib/import/dirent-private.h | 4 + gnulib/import/dirent.in.h | 10 +- gnulib/import/dirname.h | 2 +- gnulib/import/dosname.h | 52 - gnulib/import/error.h | 12 - gnulib/import/extra/update-copyright | 4 +- gnulib/import/fchdir.c | 9 +- gnulib/import/fcntl.in.h | 6 + gnulib/import/filename.h | 88 +- gnulib/import/filenamecat-lgpl.c | 22 +- gnulib/import/fnmatch.c | 429 ++-- gnulib/import/fnmatch_loop.c | 573 +++-- gnulib/import/getcwd.c | 8 +- gnulib/import/getlogin_r.c | 3 + gnulib/import/getprogname.c | 2 +- gnulib/import/getrandom.c | 187 ++ gnulib/import/gettimeofday.c | 18 +- gnulib/import/glob.in.h | 9 +- gnulib/import/inttypes.in.h | 24 +- gnulib/import/isblank.c | 33 + gnulib/import/isnanl-nolibm.h | 5 +- gnulib/import/libc-config.h | 3 +- gnulib/import/limits.in.h | 23 +- gnulib/import/m4/btowc.m4 | 120 + gnulib/import/m4/ctype.m4 | 32 + gnulib/import/m4/exponentl.m4 | 14 +- gnulib/import/m4/fnmatch.m4 | 6 +- gnulib/import/m4/getrandom.m4 | 65 + gnulib/import/m4/glob.m4 | 3 +- gnulib/import/m4/gnulib-cache.m4 | 2 + gnulib/import/m4/gnulib-common.m4 | 229 +- gnulib/import/m4/gnulib-comp.m4 | 81 +- gnulib/import/m4/inttypes.m4 | 4 +- gnulib/import/m4/isblank.m4 | 17 + gnulib/import/m4/isnanl.m4 | 17 +- gnulib/import/m4/largefile.m4 | 3 - gnulib/import/m4/mbtowc.m4 | 24 + gnulib/import/m4/memmem.m4 | 4 +- gnulib/import/m4/minmax.m4 | 44 + gnulib/import/m4/signal_h.m4 | 4 +- gnulib/import/m4/stdio_h.m4 | 4 +- gnulib/import/m4/stdlib_h.m4 | 4 +- gnulib/import/m4/string_h.m4 | 5 +- gnulib/import/m4/strnlen.m4 | 30 + gnulib/import/m4/sys_random_h.m4 | 52 + gnulib/import/m4/sys_socket_h.m4 | 4 +- gnulib/import/m4/sys_stat_h.m4 | 7 +- gnulib/import/m4/time_h.m4 | 6 +- gnulib/import/m4/unistd_h.m4 | 9 +- gnulib/import/m4/wchar_h.m4 | 9 +- gnulib/import/m4/wint_t.m4 | 12 +- gnulib/import/m4/wmemchr.m4 | 32 + gnulib/import/m4/wmempcpy.m4 | 21 + gnulib/import/math.in.h | 16 +- gnulib/import/mbrtowc.c | 9 +- gnulib/import/{rewinddir.c => mbtowc-impl.h} | 49 +- gnulib/import/{assure.h => mbtowc.c} | 29 +- gnulib/import/minmax.h | 60 + gnulib/import/open.c | 6 +- gnulib/import/openat-proc.c | 5 +- gnulib/import/openat.c | 10 +- gnulib/import/openat.h | 20 +- gnulib/import/opendir.c | 10 + gnulib/import/readdir.c | 4 + gnulib/import/rename.c | 4 + gnulib/import/rewinddir.c | 4 + gnulib/import/rmdir.c | 2 +- gnulib/import/signal.in.h | 24 +- gnulib/import/stat-w32.c | 37 +- gnulib/import/stat.c | 7 + gnulib/import/stdio.in.h | 280 ++- gnulib/import/stdlib.in.h | 82 +- gnulib/import/string.in.h | 50 +- gnulib/import/strnlen.c | 30 + gnulib/import/sys_random.in.h | 92 + gnulib/import/sys_socket.in.h | 75 +- gnulib/import/sys_stat.in.h | 44 +- gnulib/import/tempname.c | 280 ++- gnulib/import/tempname.h | 7 + gnulib/import/time.in.h | 17 +- gnulib/import/unistd.in.h | 51 +- gnulib/import/verify.h | 20 +- gnulib/import/warn-on-use.h | 21 +- gnulib/import/wchar.in.h | 252 ++- gnulib/import/windows-rwlock.c | 4 + gnulib/import/{assure.h => wmemchr-impl.h} | 36 +- gnulib/import/{assure.h => wmemchr.c} | 28 +- gnulib/import/wmempcpy.c | 28 + gnulib/update-gnulib.sh | 3 +- include/ChangeLog | 16 + include/ctf-api.h | 2 +- include/elf/common.h | 7 +- ld/ChangeLog | 72 + ld/NEWS | 3 + ld/emultempl/msp430.em | 4 +- ld/emultempl/pe.em | 75 +- ld/emultempl/pep.em | 91 +- ld/emultempl/spuelf.em | 2 +- ld/ld.texi | 34 +- ld/ldlang.c | 67 +- ld/pe-dll.c | 15 +- ld/testsuite/ld-ctf/ctf.exp | 11 + ld/testsuite/ld-ctf/diag-ctf-version-f.d | 2 +- ld/testsuite/ld-ctf/diag-cttname-invalid.d | 2 +- ld/testsuite/ld-ctf/diag-decompression-failure.d | 2 +- ld/testsuite/ld-ctf/diag-parname.d | 2 +- ld/testsuite/ld-ctf/diag-unsupported-flag.d | 2 +- .../ld-ctf/diag-wrong-magic-number-mixed.d | 2 +- ld/testsuite/ld-ctf/diag-wrong-magic-number.d | 2 +- ld/testsuite/ld-elf/indirect.exp | 3 + ld/testsuite/ld-elf/shared.exp | 126 +- ld/testsuite/ld-elfcomm/elfcomm.exp | 6 +- ld/testsuite/ld-elfvers/vers.exp | 7 +- ld/testsuite/ld-elfvsb/elfvsb.exp | 6 +- ld/testsuite/ld-elfweak/elfweak.exp | 6 +- ld/testsuite/ld-pe/pe.exp | 6 +- ld/testsuite/ld-plugin/lto.exp | 18 +- ld/testsuite/ld-plugin/plugin.exp | 6 +- ld/testsuite/ld-scripts/crossref.exp | 8 +- ld/testsuite/ld-scripts/provide-8.d | 2 +- libctf/ChangeLog | 97 + libctf/Makefile.am | 2 +- libctf/Makefile.in | 2 +- libctf/configure | 28 +- libctf/configure.ac | 2 +- libctf/ctf-archive.c | 63 +- libctf/ctf-create.c | 90 +- libctf/ctf-dedup.c | 290 ++- libctf/ctf-dump.c | 27 +- libctf/ctf-error.c | 4 +- libctf/ctf-impl.h | 18 +- libctf/ctf-intl.h | 68 + libctf/ctf-labels.c | 6 +- libctf/ctf-link.c | 133 +- libctf/ctf-open-bfd.c | 31 +- libctf/ctf-open.c | 59 +- libctf/ctf-string.c | 2 +- libctf/ctf-subr.c | 87 +- libctf/ctf-types.c | 3 +- opcodes/ChangeLog | 13 + opcodes/bpf-desc.c | 568 ++--- opcodes/bpf-desc.h | 5 +- opcodes/bpf-opc.c | 12 + opcodes/bpf-opc.h | 5 +- opcodes/disassemble.c | 16 +- 224 files changed, 8261 insertions(+), 3459 deletions(-) create mode 100644 gas/testsuite/gas/bpf/indcall-1.d create mode 100644 gas/testsuite/gas/bpf/indcall-1.s create mode 100644 gas/testsuite/gas/bpf/indcall-bad-1.l create mode 100644 gas/testsuite/gas/bpf/indcall-bad-1.s create mode 100644 gdb/testsuite/gdb.base/advance-until-multiple-locations.cc create mode 100644 gdb/testsuite/gdb.base/advance-until-multiple-locations.exp create mode 100644 gnulib/import/attribute.h copy gnulib/import/{assure.h => btowc.c} (54%) create mode 100644 gnulib/import/ctype.in.h delete mode 100644 gnulib/import/dosname.h create mode 100644 gnulib/import/getrandom.c create mode 100644 gnulib/import/isblank.c create mode 100644 gnulib/import/m4/btowc.m4 create mode 100644 gnulib/import/m4/ctype.m4 create mode 100644 gnulib/import/m4/getrandom.m4 create mode 100644 gnulib/import/m4/isblank.m4 create mode 100644 gnulib/import/m4/mbtowc.m4 create mode 100644 gnulib/import/m4/minmax.m4 create mode 100644 gnulib/import/m4/strnlen.m4 create mode 100644 gnulib/import/m4/sys_random_h.m4 create mode 100644 gnulib/import/m4/wmemchr.m4 create mode 100644 gnulib/import/m4/wmempcpy.m4 copy gnulib/import/{rewinddir.c => mbtowc-impl.h} (50%) copy gnulib/import/{assure.h => mbtowc.c} (54%) create mode 100644 gnulib/import/minmax.h create mode 100644 gnulib/import/strnlen.c create mode 100644 gnulib/import/sys_random.in.h copy gnulib/import/{assure.h => wmemchr-impl.h} (54%) copy gnulib/import/{assure.h => wmemchr.c} (54%) create mode 100644 gnulib/import/wmempcpy.c create mode 100644 libctf/ctf-intl.h