This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository binutils-gdb.
from 8ee22052f6 gdb/x86: Handle kernels using compact xsave format new 10d9808829 RISC-V: New emulations to make path searches follow glibc ABI.
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: ld/ChangeLog | 21 +++++++++++++++++++++ ld/Makefile.am | 26 ++++++++++++++++++++++++++ ld/Makefile.in | 30 ++++++++++++++++++++++++++++++ ld/configure.tgt | 6 ++++++ ld/emulparams/elf32lriscv.sh | 13 +++++++++++++ ld/emulparams/elf32lriscv_ilp32.sh | 14 ++++++++++++++ ld/emulparams/elf32lriscv_ilp32f.sh | 14 ++++++++++++++ ld/emulparams/elf64lriscv-defs.sh | 11 ----------- ld/emulparams/elf64lriscv.sh | 13 +++++++++++++ ld/emulparams/elf64lriscv_lp64.sh | 14 ++++++++++++++ ld/emulparams/elf64lriscv_lp64f.sh | 14 ++++++++++++++ ld/genscripts.sh | 22 ++++++++++++---------- 12 files changed, 177 insertions(+), 21 deletions(-) create mode 100644 ld/emulparams/elf32lriscv_ilp32.sh create mode 100644 ld/emulparams/elf32lriscv_ilp32f.sh create mode 100644 ld/emulparams/elf64lriscv_lp64.sh create mode 100644 ld/emulparams/elf64lriscv_lp64f.sh