RISC-V: Prepare i18n for required ISA extensions
authorTsukasa OI <research_trasio@irq.a4lg.com>
Fri, 10 Jun 2022 09:52:50 +0000 (18:52 +0900)
committerNelson Chu <nelson.chu@sifive.com>
Wed, 22 Jun 2022 10:13:23 +0000 (18:13 +0800)
commitdd8cc00cac3f49cde6c5a1ea0a4294575c7eceec
treebfb038c079ff0f7b552439bdbd7379b30656117c
parentb215cdf529832d486de5f69e666494ff4e604674
RISC-V: Prepare i18n for required ISA extensions

Some strings returned by the riscv_multi_subset_supports_ext function
contain not just extension names but words like "and" and "or".
This commit wraps such strings with the gettext macro (_) for
internationalization in the future.

bfd/ChangeLog:

* elfxx-riscv.c (riscv_multi_subset_supports_ext): Wrap some
strings with the gettext macro to prepare future i18n.
bfd/elfxx-riscv.c