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 c24bdb023c Introduce dwarf2_cu::get_builder new 7516c26f86 Do not expand macros to 'defined' new 2dc8dd17cd RISC-V: Support ELF attribute for gas and readelf.
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 | 16 +++ bfd/elfnn-riscv.c | 17 +++ bfd/elfxx-riscv.c | 89 +++++++++++++++ bfd/elfxx-riscv.h | 3 + binutils/ChangeLog | 12 ++ binutils/readelf.c | 100 ++++++++++++++++ binutils/testsuite/binutils-all/strip-3.d | 2 +- gas/ChangeLog | 47 ++++++++ gas/config.in | 4 + gas/config/tc-riscv.c | 127 +++++++++++++++++++++ gas/config/tc-riscv.h | 6 + gas/configure | 34 +++++- gas/configure.ac | 25 ++++ gas/doc/c-riscv.texi | 53 +++++++++ gas/testsuite/gas/elf/elf.exp | 17 ++- .../gas/elf/{section2.e-arc => section2.e-riscv} | 0 gas/testsuite/gas/riscv/attribute-01.d | 6 + gas/testsuite/gas/riscv/attribute-02.d | 6 + gas/testsuite/gas/riscv/attribute-03.d | 6 + gas/testsuite/gas/riscv/attribute-04.d | 6 + gas/testsuite/gas/riscv/attribute-04.s | 1 + gas/testsuite/gas/riscv/attribute-05.d | 11 ++ gas/testsuite/gas/riscv/attribute-05.s | 6 + gas/testsuite/gas/riscv/attribute-06.d | 6 + gas/testsuite/gas/riscv/attribute-06.s | 1 + gas/testsuite/gas/riscv/attribute-07.d | 6 + gas/testsuite/gas/riscv/attribute-07.s | 1 + gas/testsuite/gas/riscv/attribute-08.d | 6 + gas/testsuite/gas/riscv/attribute-08.s | 1 + gas/testsuite/gas/riscv/attribute-unknown.d | 8 ++ gas/testsuite/gas/riscv/attribute-unknown.s | 2 + gas/testsuite/gas/riscv/{empty.s => empty.l} | 0 include/ChangeLog | 10 ++ include/elf/riscv.h | 16 +++ sim/common/ChangeLog | 4 + sim/common/sim-arange.c | 8 +- 36 files changed, 651 insertions(+), 12 deletions(-) copy gas/testsuite/gas/elf/{section2.e-arc => section2.e-riscv} (100%) create mode 100644 gas/testsuite/gas/riscv/attribute-01.d create mode 100644 gas/testsuite/gas/riscv/attribute-02.d create mode 100644 gas/testsuite/gas/riscv/attribute-03.d create mode 100644 gas/testsuite/gas/riscv/attribute-04.d create mode 100644 gas/testsuite/gas/riscv/attribute-04.s create mode 100644 gas/testsuite/gas/riscv/attribute-05.d create mode 100644 gas/testsuite/gas/riscv/attribute-05.s create mode 100644 gas/testsuite/gas/riscv/attribute-06.d create mode 100644 gas/testsuite/gas/riscv/attribute-06.s create mode 100644 gas/testsuite/gas/riscv/attribute-07.d create mode 100644 gas/testsuite/gas/riscv/attribute-07.s create mode 100644 gas/testsuite/gas/riscv/attribute-08.d create mode 100644 gas/testsuite/gas/riscv/attribute-08.s create mode 100644 gas/testsuite/gas/riscv/attribute-unknown.d create mode 100644 gas/testsuite/gas/riscv/attribute-unknown.s copy gas/testsuite/gas/riscv/{empty.s => empty.l} (100%)