public inbox for binutils@sourceware.org
 help / color / mirror / Atom feed
* [PATCH 0/1] RISC-V: Add --march=help to print supported extensions and versions
@ 2024-02-21  3:37 Hau Hsu
  2024-02-21  3:37 ` [PATCH 1/1] RISC-V: Add --march=help Hau Hsu
  0 siblings, 1 reply; 4+ messages in thread
From: Hau Hsu @ 2024-02-21  3:37 UTC (permalink / raw)
  To: binutils, kito.cheng, hau.hsu

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(+)

-- 
2.31.1


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2024-02-23  4:31 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-02-21  3:37 [PATCH 0/1] RISC-V: Add --march=help to print supported extensions and versions Hau Hsu
2024-02-21  3:37 ` [PATCH 1/1] RISC-V: Add --march=help Hau Hsu
2024-02-23  4:25   ` Kito Cheng
2024-02-23  4:31     ` Hau Hsu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).