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 88c7c98 Update binutils-pr21040.patch against master adds aca5eec Fix incorrect byte counts. adds 404c843 Automatic date update in version.in adds f622ea9 Remove magic numbers in m68k-dis.c:print_insn_arg adds 9608051 Return -1 on memory error in print_insn_m68k adds e4241ac 'make check-headers' for c++ header adds 6f8976b Don't print too much if remote_debug is on adds 857e829 Gold: Fix build with GCC 4.2 adds 545e07d Automatic date update in version.in adds e707b49 Automatic date update in version.in adds 17a3046 Automatic date update in version.in adds 6aa1df2 Updated Swedish translations for GAS and LD subdirectories. adds 7a36499 gdb: sparc: split real and pseudo registers. adds f964e51 Automatic date update in version.in adds 640d6bf RISC-V/bfd: Hook elf_backend_object_p to set the mach type. adds 11741d5 Automatic date update in version.in adds 05b3d79 Fixes for addv and xtn2 instructions. adds 01fabda Updated Swedish translation for GAS. adds 6bb2170 Stop the (optional) dialong control data from being aligned w [...] adds 319b82e Skip linker tests for unique symbols in shared libraries if t [...] adds 1ec4b9f Catch gas exit-via-signal adds 2cedb9e Add support for processing lex source files with flex v 2.6.3 adds 9890e43 Use register_size () instead of MAX_REGISTER_SIZE adds d1dff22 Allocate data in cached_reg_t adds c13a63b [ARM] Fix the decoding of indexed element VCMLA instruction adds 9e00995 PR gas/20649: MIPS: Fix GOT16/LO16 reloc pairing with comdat [...] adds 81ff47b PR ld/20828: Fix linker script symbols wrongly forced local w [...] new 28165cc Merge remote-tracking branch 'origin/master' into users/hjl/l [...] new 057ff62 Remove binutils-pr21040.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 | 11 + bfd/elflink.c | 11 +- bfd/elfnn-riscv.c | 14 + bfd/version.h | 2 +- binutils/ChangeLog | 14 + binutils/arlex.l | 6 +- binutils/deflex.l | 6 +- binutils/resbin.c | 7 +- .../testsuite/binutils-all/windres/controldata.rc | 6 + .../testsuite/binutils-all/windres/controldata.rsd | 18 + gas/ChangeLog | 42 + gas/as.c | 1 + gas/as.h | 5 +- gas/config.in | 3 + gas/config/bfin-lex.l | 11 +- gas/config/tc-mips.c | 11 +- gas/configure | 11 + gas/configure.ac | 1 + gas/itbl-lex.l | 10 +- gas/messages.c | 76 +- gas/po/sv.po | 2092 ++++++++++---------- gas/testsuite/gas/arm/armv8_3-a-simd.d | 12 + gas/testsuite/gas/arm/armv8_3-a-simd.s | 14 + gas/testsuite/gas/mips/comdat-reloc.d | 31 + gas/testsuite/gas/mips/comdat-reloc.s | 38 + gas/testsuite/gas/mips/mips.exp | 2 + gdb/ChangeLog | 53 + gdb/Makefile.in | 4 +- gdb/amd64-tdep.c | 4 +- gdb/regcache.c | 3 +- gdb/remote.c | 65 +- gdb/sparc-tdep.c | 67 +- gdb/sparc-tdep.h | 15 +- gdb/sparc64-tdep.c | 163 +- gdb/sparc64-tdep.h | 7 +- gold/ChangeLog | 10 + gold/object.cc | 6 +- gold/powerpc.cc | 2 +- ld/ChangeLog | 26 + ld/po/sv.po | 62 +- ld/testsuite/ld-elf/pr20828-1.sd | 12 + ld/testsuite/ld-elf/pr20828-2a.sd | 9 + ld/testsuite/ld-elf/pr20828-2b.sd | 7 + ld/testsuite/ld-elf/pr20828.ld | 19 + ld/testsuite/ld-elf/pr20828.s | 2 + ld/testsuite/ld-elf/pr20828.ver | 1 + ld/testsuite/ld-elf/shared.exp | 47 + ld/testsuite/ld-mips-elf/mips-elf.exp | 7 + ld/testsuite/ld-unique/unique.exp | 60 +- opcodes/ChangeLog | 27 + opcodes/arm-dis.c | 8 +- opcodes/m68k-dis.c | 116 +- patches/README | 1 - patches/binutils-pr21040.patch | 30 - sim/aarch64/ChangeLog | 8 + sim/aarch64/simulator.c | 47 +- sim/testsuite/sim/aarch64/ChangeLog | 5 + sim/testsuite/sim/aarch64/addv.s | 50 + sim/testsuite/sim/aarch64/xtn.s | 79 + 59 files changed, 2102 insertions(+), 1375 deletions(-) create mode 100644 binutils/testsuite/binutils-all/windres/controldata.rc create mode 100644 binutils/testsuite/binutils-all/windres/controldata.rsd create mode 100644 gas/testsuite/gas/mips/comdat-reloc.d create mode 100644 gas/testsuite/gas/mips/comdat-reloc.s create mode 100644 ld/testsuite/ld-elf/pr20828-1.sd create mode 100644 ld/testsuite/ld-elf/pr20828-2a.sd create mode 100644 ld/testsuite/ld-elf/pr20828-2b.sd create mode 100644 ld/testsuite/ld-elf/pr20828.ld create mode 100644 ld/testsuite/ld-elf/pr20828.s create mode 100644 ld/testsuite/ld-elf/pr20828.ver delete mode 100644 patches/binutils-pr21040.patch create mode 100644 sim/testsuite/sim/aarch64/addv.s create mode 100644 sim/testsuite/sim/aarch64/xtn.s