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 412ffd8 Fix problem where linker does not place .note sections accord [...] new dd1d944 Add opcodes RISC-V dependencies new 96b0927 Improve RISC-V LD error message new 1d65abb Formatting changes for RISC-V new 45f7642 Rework RISC-V relocations new 1d61f79 Fix an integer overflow in RISC-V relocation handling new 2922d21 Re-work RISC-V gas flags: now we just support -mabi and -march new d115ab8 Don't define RISC-V .p2align new 755c529 Add canonical JALR for RISC-V new 04386d9 Fix disassembly of RISC-V CSR instructions under -Mno-aliases new 3e67a37 Correct assembler mnemonic for RISC-V aqrl AMOs
The 10 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 | 53 +++++ bfd/bfd-in2.h | 9 + bfd/elfnn-riscv.c | 114 +++++++--- bfd/elfxx-riscv.c | 166 +++++++++++++-- bfd/libbfd.h | 9 + bfd/reloc.c | 18 ++ binutils/ChangeLog | 6 + binutils/readelf.c | 21 +- gas/ChangeLog | 56 +++++ gas/config/tc-riscv.c | 561 +++++++++++++++++++++++++++++-------------------- gas/config/tc-riscv.h | 22 +- gas/doc/as.texinfo | 5 +- gas/doc/c-riscv.texi | 23 +- include/ChangeLog | 12 ++ include/elf/riscv.h | 24 ++- opcodes/ChangeLog | 30 +++ opcodes/Makefile.am | 2 + opcodes/Makefile.in | 4 + opcodes/po/POTFILES.in | 2 + opcodes/riscv-dis.c | 8 +- opcodes/riscv-opc.c | 105 ++++----- 21 files changed, 899 insertions(+), 351 deletions(-)