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 7387a9da1f Merge remote-tracking branch 'origin/master' into users/hjl/ [...] adds b0029dce68 Prevent a memory exhaustion problem when trying to read in s [...] adds 144653ec15 Automatic date update in version.in adds 8de0e07bf3 Allow multiple .eh_frame sections per object file. adds 5dc824ed42 Allow multiply-defined absolute symbols when they have the s [...] adds ed9c7ee037 Use the record_alignment function when creating a .note sect [...] adds ca39c2f4dd Support --localedir, --datarootdir and --datadir adds f106e10e5e [gdb/testsuite] Fix wrong return type in tests adds 08f650e6b6 ld: Add a testcase for PR ld/22471 adds d785b7d4b8 Stop objdump from attempting to allocate a huge chunk of mem [...] adds ed6c0bfb26 [gdb/testsuite] Fix return type of psymtab-parameter adds 02ca603a48 Fix add-symbol-file usage and errors adds 8ca2f0b9ac Update usage text for add-symbol-file, symbol-file, and load adds f6f1d339d4 Fix Python rbreak tests setting too many breakpoints when gl [...] adds 4581a1c7d3 Check for a NULL symbol pointer when reading relocs from a C [...] adds f10e937a1c [GAS][AARCH64]Fix a typo for IP1 register alias. adds f923328821 In x86 -n docs, mention that you need an explicit nop fill byte. adds 36877bfb88 Fix riscv malloc error on small alignment after norvc. adds 6cf829987c Give Palmer co-credit for last patch. adds 5dcf52c19f Fix gdb snapshots adds 4024cf2b8d Fix setting-breakpoints regression on PPC64 (function descriptors) adds a207cff2da Handle custom completion match prefix / LCD adds a20714ff39 Make "break foo" find "A::foo", A::B::foo", etc. [C++ and wi [...] adds bd69330db8 Breakpoints in symbols with ABI tags (PR c++/19436) adds f5a9147212 preserve type length in ada-lang.c::to_fixed_range_type adds 8029e59279 Automatic date update in version.in adds 7505954411 Define MPFR_USE_INTMAX_T so that mpfr.h assumes intmax_t is [...] adds 668247656d Fix testcase for PR ld/22471 adds e8020e54f4 Fix sol-thread.c compilation on Solaris adds f425ec6600 Prevent an illegal memory access in readelf when attempting [...] adds e21440ba62 Revert "x86: Update segment register check in Intel syntax" adds fd4e034759 x86/Intel: issue diagnostics for redundant segment override [...] adds b5014f7af2 x86: drop Vec_Disp8 adds 7ac2002247 x86: derive DispN from BaseIndex adds 44122162ae Remove ioctl-based procfs support on Solaris adds e3919f3e89 Fix gdb.linespec/cpls-ops.exp on 32-bit adds f1af7b94c1 Use boards/local-board.exp more new ae89804592 Merge remote-tracking branch 'origin/master' into users/hjl/ [...] new 65cb033f43 Remove binutils-pr22471.patch
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/ChangeLog | 18 + bfd/coffcode.h | 2 +- bfd/coffgen.c | 4 +- bfd/po/Make-in | 8 +- bfd/version.h | 2 +- binutils/ChangeLog | 19 + binutils/objdump.c | 11 +- binutils/po/Make-in | 8 +- binutils/readelf.c | 4 + gas/ChangeLog | 69 +- gas/config/obj-elf.c | 2 +- gas/config/tc-aarch64.c | 2 +- gas/config/tc-i386-intel.c | 33 +- gas/config/tc-i386.c | 70 +- gas/config/tc-riscv.c | 12 +- gas/doc/c-i386.texi | 3 +- gas/po/Make-in | 8 +- gas/testsuite/gas/aarch64/register_aliases.d | 4 +- gas/testsuite/gas/aarch64/register_aliases.s | 2 + gas/testsuite/gas/i386/intelok.d | 1 + gas/testsuite/gas/i386/intelok.e | 2 + gas/testsuite/gas/i386/intelok.s | 2 +- gas/testsuite/gas/i386/inval-seg.l | 22 +- gas/testsuite/gas/i386/inval-seg.s | 9 +- gas/testsuite/gas/i386/x86-64-inval-seg.l | 22 +- gas/testsuite/gas/i386/x86-64-inval-seg.s | 6 - gas/testsuite/gas/riscv/align-1.l | 1 + gas/testsuite/gas/riscv/align-1.s | 3 + gas/testsuite/gas/riscv/riscv.exp | 11 +- gdb/ChangeLog | 304 + gdb/Makefile.in | 2 +- gdb/NEWS | 42 + gdb/aclocal.m4 | 30 +- gdb/ada-lang.c | 26 +- gdb/ax-gdb.c | 3 +- gdb/breakpoint.c | 32 +- gdb/c-lang.c | 2 +- gdb/common/common.m4 | 2 +- gdb/completer.c | 61 +- gdb/completer.h | 139 +- gdb/config.in | 24 - gdb/configure | 187 +- gdb/configure.ac | 28 +- gdb/cp-support.c | 218 +- gdb/cp-support.h | 7 + gdb/doc/ChangeLog | 13 + gdb/doc/gdb.texinfo | 86 +- gdb/dwarf2read.c | 48 + gdb/gdbserver/config.in | 3 - gdb/gdbserver/configure | 2 +- gdb/guile/scm-breakpoint.c | 6 +- gdb/i386-sol2-nat.c | 2 - gdb/language.c | 11 +- gdb/language.h | 3 +- gdb/linespec.c | 135 +- gdb/linespec.h | 12 +- gdb/location.c | 90 +- gdb/location.h | 38 +- gdb/mi/mi-cmd-break.c | 3 +- gdb/minsyms.c | 34 +- gdb/minsyms.h | 11 +- gdb/nat/linux-btrace.c | 2 - gdb/proc-api.c | 356 +- gdb/proc-events.c | 1205 +- gdb/proc-flags.c | 218 +- gdb/proc-why.c | 61 +- gdb/procfs.c | 1902 +- gdb/python/py-breakpoint.c | 3 +- gdb/python/python.c | 3 +- gdb/sol-thread.c | 4 +- gdb/sparc-sol2-nat.c | 2 - gdb/symfile.c | 29 +- gdb/symtab.c | 19 +- gdb/symtab.h | 20 +- gdb/target-float.c | 2 + gdb/testsuite/ChangeLog | 61 + gdb/testsuite/boards/cc-with-tweaks.exp | 5 +- gdb/testsuite/boards/dwarf4-gdb-index.exp | 5 +- gdb/testsuite/boards/fission.exp | 6 +- gdb/testsuite/boards/stabs.exp | 6 +- gdb/testsuite/gdb.base/langs.exp | 2 +- gdb/testsuite/gdb.base/relocate.exp | 12 +- gdb/testsuite/gdb.cp/breakpoint.cc | 2 +- gdb/testsuite/gdb.cp/meth-typedefs.exp | 39 +- gdb/testsuite/gdb.cp/namespace.exp | 2 +- gdb/testsuite/gdb.cp/psymtab-parameter.cc | 1 + .../{psymtab-parameter.cc => save-bp-qualified.cc} | 26 +- gdb/testsuite/gdb.cp/save-bp-qualified.exp | 74 + gdb/testsuite/gdb.cp/shadow.cc | 1 + gdb/testsuite/gdb.linespec/cpcompletion.exp | 423 + gdb/testsuite/gdb.linespec/cpls-abi-tag.cc | 93 + gdb/testsuite/gdb.linespec/cpls-abi-tag.exp | 286 + gdb/testsuite/gdb.linespec/cpls-ops.exp | 13 +- gdb/testsuite/gdb.linespec/explicit.exp | 80 +- gdb/testsuite/gdb.python/py-rbreak.exp | 1 + gdb/testsuite/lib/completion-support.exp | 2 +- gdb/testsuite/lib/gdb.exp | 6 +- gdb/utils.c | 96 +- gdb/utils.h | 16 +- gold/ChangeLog | 20 + gold/object.cc | 23 +- gold/object.h | 3 - gold/po/Make-in | 8 +- gold/resolve.cc | 20 +- gprof/ChangeLog | 6 + gprof/po/Make-in | 8 +- ld/ChangeLog | 21 + ld/po/Make-in | 8 +- ld/testsuite/ld-elf/pr22471.t | 1 + ld/testsuite/ld-elf/pr22471a.s | 1 + ld/testsuite/ld-elf/pr22471b.s | 17 + ld/testsuite/ld-elf/shared.exp | 38 + opcodes/ChangeLog | 33 + opcodes/i386-gen.c | 62 +- opcodes/i386-init.h | 107 +- opcodes/i386-opc.h | 4 - opcodes/i386-opc.tbl | 8226 +++--- opcodes/i386-tbl.h | 28296 +++++++++---------- opcodes/po/Make-in | 8 +- patches/README | 1 - patches/binutils-pr22471.patch | 107 - 121 files changed, 21499 insertions(+), 22567 deletions(-) create mode 100644 gas/testsuite/gas/i386/intelok.e create mode 100644 gas/testsuite/gas/riscv/align-1.l create mode 100644 gas/testsuite/gas/riscv/align-1.s copy gdb/testsuite/gdb.cp/{psymtab-parameter.cc => save-bp-qualified.cc} (75%) create mode 100644 gdb/testsuite/gdb.cp/save-bp-qualified.exp create mode 100644 gdb/testsuite/gdb.linespec/cpls-abi-tag.cc create mode 100644 gdb/testsuite/gdb.linespec/cpls-abi-tag.exp create mode 100644 ld/testsuite/ld-elf/pr22471.t create mode 100644 ld/testsuite/ld-elf/pr22471a.s create mode 100644 ld/testsuite/ld-elf/pr22471b.s delete mode 100644 patches/binutils-pr22471.patch