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 5d66cbcb66 Merge remote-tracking branch 'origin/master' into users/hjl/ [...] adds d89c18895b Fix syntax error in AArch64 default linker scripts when invo [...] adds 212b9bc7b4 Fix the PR22983 test so that it will work regardless of the [...] adds 1d3bf4a0a0 testsuite/ld-cris/libdso-1.d: Correct recent address pattern [...] adds defd21729f gdb: Fix an infrun debug log message adds 9516f85aea gdb: Mark async event handler when event is already pending adds 1840d81a20 gdb: Run INF_EXEC_COMPLETE handler for additional cases adds c75c496d6d Automatic date update in version.in adds 62c808aef6 Fix procfs.c compilation adds 7a486e6d2e Fix problems with objdump.1: Unbalanced group in command syn [...] adds c75d3d4144 [gdb/testsuite] Update gdb startup text in selftest.exp adds a08ac84b96 [gdb/testsuite] Fix hang in fork-running-state.c adds 730c31740a MIPS: Add CRC ASE support adds 7be6cc9284 Automatic date update in version.in adds ab89b5a57c Fix GDB sparc build adds ff91d2f0e2 PR23282, Reinstate seek optimization adds 7f923b7fd2 ELF dynsyms adds 11f4b608e6 [gdb/testsuite] Add missing ChangeLog entries new 75a4cf5fb2 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 | 19 ++++ bfd/bfdio.c | 4 + bfd/elf-bfd.h | 3 + bfd/elflink.c | 6 +- bfd/elfxx-mips.c | 3 + bfd/version.h | 2 +- binutils/ChangeLog | 10 ++ binutils/doc/binutils.texi | 2 +- binutils/readelf.c | 2 + gas/ChangeLog | 29 ++++++ gas/NEWS | 2 + gas/config/tc-mips.c | 14 +++ gas/doc/as.texinfo | 7 ++ gas/doc/c-mips.texi | 13 +++ gas/testsuite/gas/mips/ase-errors-1.l | 4 + gas/testsuite/gas/mips/ase-errors-1.s | 9 ++ gas/testsuite/gas/mips/ase-errors-2.l | 4 + gas/testsuite/gas/mips/ase-errors-2.s | 11 +++ gas/testsuite/gas/mips/crc-err.d | 3 + gas/testsuite/gas/mips/crc-err.l | 19 ++++ gas/testsuite/gas/mips/crc-err.s | 32 ++++++ gas/testsuite/gas/mips/crc.d | 21 ++++ gas/testsuite/gas/mips/crc.s | 12 +++ gas/testsuite/gas/mips/crc64-err.d | 3 + gas/testsuite/gas/mips/crc64-err.l | 7 ++ gas/testsuite/gas/mips/crc64-err.s | 12 +++ gas/testsuite/gas/mips/crc64.d | 17 ++++ gas/testsuite/gas/mips/crc64.s | 8 ++ gas/testsuite/gas/mips/mips.exp | 5 + gdb/ChangeLog | 34 +++++++ gdb/infrun.c | 24 +++-- gdb/procfs.c | 18 ++-- gdb/sparc-nat.h | 2 + gdb/sparc64-linux-nat.c | 8 +- gdb/testsuite/ChangeLog | 18 ++++ gdb/testsuite/gdb.base/fork-running-state.c | 9 +- gdb/testsuite/gdb.gdb/selftest.exp | 2 +- .../gdb.threads/multiple-successive-infcall.exp | 15 +-- include/ChangeLog | 8 ++ include/elf/mips.h | 3 +- include/opcode/mips.h | 3 + ld/ChangeLog | 60 +++++++++++ ld/emulparams/aarch64elf.sh | 2 +- ld/testsuite/ld-aarch64/gc-plt-relocs.d | 1 - ld/testsuite/ld-aarch64/ifunc-1-local.d | 4 +- ld/testsuite/ld-aarch64/ifunc-1.d | 4 +- ld/testsuite/ld-aarch64/ifunc-2-local.d | 6 +- ld/testsuite/ld-aarch64/ifunc-2.d | 6 +- ld/testsuite/ld-aarch64/ifunc-21.d | 4 +- ld/testsuite/ld-aarch64/ifunc-3a.d | 4 +- ld/testsuite/ld-arm/farcall-mixed-lib-v4t.d | 16 +-- ld/testsuite/ld-arm/farcall-mixed-lib.d | 12 +-- ld/testsuite/ld-arm/gc-hidden-1.d | 1 - ld/testsuite/ld-arm/tls-gdesc-got.d | 40 ++++---- ld/testsuite/ld-arm/tls-lib-loc.d | 20 ++-- ld/testsuite/ld-arm/tls-longplt-lib.d | 86 ++++++++-------- ld/testsuite/ld-arm/tls-thumb1.d | 110 ++++++++++----------- ld/testsuite/ld-cris/libdso-1.d | 4 +- ld/testsuite/ld-cris/libdso-10.d | 22 ++--- ld/testsuite/ld-cris/libdso-11.d | 18 ++-- ld/testsuite/ld-cris/libdso-13b.d | 2 +- ld/testsuite/ld-cris/libdso-14.d | 6 +- ld/testsuite/ld-cris/libdso-15.d | 14 +-- ld/testsuite/ld-cris/pic-gc-72.d | 8 +- ld/testsuite/ld-cris/pic-gc-73.d | 7 +- ld/testsuite/ld-cris/tls-gc-71.d | 8 +- ld/testsuite/ld-elf/pr23161a.rd | 15 ++- ld/testsuite/ld-elf/pr23161b.rd | 15 +-- ld/testsuite/ld-elf/pr23162.rd | 9 +- ld/testsuite/ld-elf/readelf.exp | 6 +- ld/testsuite/ld-elf/shared.exp | 32 ++++-- ld/testsuite/ld-elf/ver_def-tic6x.vd | 20 ---- ld/testsuite/ld-mips-elf/mips-elf.exp | 6 +- ld/testsuite/ld-mips-elf/mips16-pic-4a.nd | 11 +-- ld/testsuite/ld-mips-elf/pic-and-nonpic-3a.dd | 2 +- ld/testsuite/ld-mips-elf/pie-n32.d | 12 +-- ld/testsuite/ld-mips-elf/pie-n64.d | 12 +-- ld/testsuite/ld-mips-elf/pie-o32.d | 12 +-- ld/testsuite/ld-plugin/lto.exp | 20 +++- ld/testsuite/ld-plugin/pr22983.1.d | 6 ++ ld/testsuite/ld-plugin/pr22983.2.d | 6 ++ ld/testsuite/ld-plugin/pr22983.3.d | 6 ++ ld/testsuite/ld-plugin/pr22983.4.d | 5 + opcodes/ChangeLog | 9 ++ opcodes/mips-dis.c | 5 +- opcodes/mips-opc.c | 14 +++ 86 files changed, 780 insertions(+), 335 deletions(-) create mode 100644 gas/testsuite/gas/mips/crc-err.d create mode 100644 gas/testsuite/gas/mips/crc-err.l create mode 100644 gas/testsuite/gas/mips/crc-err.s create mode 100644 gas/testsuite/gas/mips/crc.d create mode 100644 gas/testsuite/gas/mips/crc.s create mode 100644 gas/testsuite/gas/mips/crc64-err.d create mode 100644 gas/testsuite/gas/mips/crc64-err.l create mode 100644 gas/testsuite/gas/mips/crc64-err.s create mode 100644 gas/testsuite/gas/mips/crc64.d create mode 100644 gas/testsuite/gas/mips/crc64.s delete mode 100644 ld/testsuite/ld-elf/ver_def-tic6x.vd create mode 100644 ld/testsuite/ld-plugin/pr22983.1.d create mode 100644 ld/testsuite/ld-plugin/pr22983.2.d create mode 100644 ld/testsuite/ld-plugin/pr22983.3.d create mode 100644 ld/testsuite/ld-plugin/pr22983.4.d