[0/1] RISC-V: Add --march=help to print supported extensions and versions

Message ID 20240221033710.3611098-1-hau.hsu@sifive.com
Headers
Series RISC-V: Add --march=help to print supported extensions and versions |

Message

Hau Hsu Feb. 21, 2024, 3:37 a.m. UTC
  Comparing to v2, v3 parses the 'help' keyword in md_parse_option in gas/config/tc-riscv.c,
instead of riscv_parse_subset in elfxx-riscv.c.
Thanks for Tsukasa's suggestion
(https://patchwork.plctlab.org/project/binutils-gdb/patch/20240130063630.2931301-1-hau.hsu@sifive.com/#248218).


Hau Hsu (1):
  RISC-V: Add --march=help

 bfd/ChangeLog         |  9 ++++++
 bfd/elfxx-riscv.c     | 64 +++++++++++++++++++++++++++++++++++++++++++
 bfd/elfxx-riscv.h     |  3 ++
 gas/ChangeLog         |  4 +++
 gas/config/tc-riscv.c |  6 ++++
 5 files changed, 86 insertions(+)