This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch users/hjl/linux/master in repository binutils-gdb.
from 4252e67fb2 Merge remote-tracking branch 'origin/master' into users/hjl/ [...] adds dc86962bf1 Automatic date update in version.in adds bf2dd8d7cf BFD_INIT_MAGIC adds 933e62b1c1 Add Alan Hayward as AArch64/ARM GDB maintainer adds 0e0dd7f1e8 Re: BFD_INIT_MAGIC adds 640be958cd RISC-V: Adjust __global_pointer$ value to reduce code size. adds d53eec4ef8 Automatic date update in version.in adds 63a33118e0 Remove unnecessary casts from TUI adds 08ea4a7805 PR23769, mixing split-stack and non-split-stack error message adds feceaa596e PR23780, assertion abort in function display_raw_attribute adds 8df73d5cc3 PR23781, _bfd_pe_bfd_copy_private_bfd_data_common memory leak adds 48dcd4ea06 Simplify PR23110 PE_DEBUG_DATA size checks adds 66e6f0b760 AArch64: Fix error checking for SIMD udot (by element) adds c4b9078851 [gdb/testsuite] Rewrite catch-follow-exec.exp adds c69f6b8096 Automatic date update in version.in adds 4de5434b69 PR23653, ld SIGSEGVs when attempts to link sparc object with [...] adds d500b4f23f gdb/MAINTAINERS: Add Rainer Orth as Solaris maintainer for GDB adds 6f3b1098e8 Share the code to format "info proc mappings" entries for FreeBSD. adds 89eb3c5470 gdb/ChangeLog: adds 841ef605ee Automatic date update in version.in adds 812cd6eb05 [gdb/testsuite] Fix capitalized test names adds f63085d15f Update documentation of readelf's --unwind option. adds 94c18618a8 Fix PR cli/23785: Check if file exists when invoking "restor [...] new 0162b1a06b Merge remote-tracking branch 'origin/master' into users/hjl/ [...]
The 1 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 | 30 +++++++ bfd/bfd-in2.h | 6 +- bfd/elflink.c | 1 + bfd/init.c | 11 ++- bfd/peXXigen.c | 16 ++-- bfd/version.h | 2 +- binutils/ChangeLog | 26 ++++++ binutils/addr2line.c | 3 +- binutils/ar.c | 3 +- binutils/dlltool.c | 3 +- binutils/doc/binutils.texi | 6 +- binutils/nm.c | 3 +- binutils/objcopy.c | 3 +- binutils/objdump.c | 3 +- binutils/readelf.c | 2 +- binutils/size.c | 3 +- binutils/strings.c | 3 +- binutils/windmc.c | 3 +- binutils/windres.c | 3 +- gas/ChangeLog | 13 +++ gas/as.c | 3 +- gas/testsuite/gas/aarch64/illegal-dotproduct.d | 4 + gas/testsuite/gas/aarch64/illegal-dotproduct.l | 13 +++ gas/testsuite/gas/aarch64/illegal-dotproduct.s | 4 + gdb/ChangeLog | 56 +++++++++++++ gdb/MAINTAINERS | 6 +- gdb/charset.c | 2 +- gdb/cli/cli-dump.c | 3 + gdb/fbsd-nat.c | 43 ++-------- gdb/fbsd-tdep.c | 107 ++++++++++++++---------- gdb/fbsd-tdep.h | 23 +++-- gdb/testsuite/ChangeLog | 25 ++++++ gdb/testsuite/gdb.ada/bp_inlined_func.exp | 2 +- gdb/testsuite/gdb.ada/excep_handle.exp | 2 +- gdb/testsuite/gdb.ada/mi_string_access.exp | 2 +- gdb/testsuite/gdb.ada/mi_var_union.exp | 2 +- gdb/testsuite/gdb.arch/arc-analyze-prologue.exp | 2 +- gdb/testsuite/gdb.arch/arc-decode-insn.exp | 2 +- gdb/testsuite/gdb.base/catch-follow-exec.c | 17 ++++ gdb/testsuite/gdb.base/catch-follow-exec.exp | 52 +++++++++--- gdb/testsuite/gdb.base/readnever.exp | 2 +- gdb/testsuite/gdb.base/restore.exp | 8 ++ gdb/testsuite/gdb.fortran/printing-types.exp | 2 +- gdb/testsuite/gdb.guile/scm-lazy-string.exp | 2 +- gdb/tui/tui-data.c | 4 +- gdb/tui/tui-disasm.c | 2 +- gdb/tui/tui-layout.c | 2 +- gdb/tui/tui-regs.c | 3 +- gdb/tui/tui-source.c | 2 +- gdb/tui/tui-win.c | 30 ++++--- gdb/tui/tui-windata.c | 18 ++-- gdb/tui/tui-wingeneral.c | 5 +- gdb/tui/tui-winsource.c | 6 +- gdb/tui/tui.c | 2 +- gold/ChangeLog | 5 ++ gold/gold.cc | 14 +++- ld/ChangeLog | 14 ++++ ld/emulparams/elf32lriscv-defs.sh | 13 ++- ld/ldmain.c | 3 +- ld/testsuite/ld-riscv-elf/pcrel-lo-addend-2.d | 2 +- opcodes/ChangeLog | 5 ++ opcodes/aarch64-opc.c | 3 +- 62 files changed, 473 insertions(+), 187 deletions(-) create mode 100644 gas/testsuite/gas/aarch64/illegal-dotproduct.d create mode 100644 gas/testsuite/gas/aarch64/illegal-dotproduct.l create mode 100644 gas/testsuite/gas/aarch64/illegal-dotproduct.s