| commit | dd8cc00cac3f49cde6c5a1ea0a4294575c7eceec | [log] [tgz] |
|---|---|---|
| author | Tsukasa OI <research_trasio@irq.a4lg.com> | Fri Jun 10 18:52:50 2022 +0900 |
| committer | Nelson Chu <nelson.chu@sifive.com> | Wed Jun 22 18:13:23 2022 +0800 |
| tree | bfb038c079ff0f7b552439bdbd7379b30656117c | |
| parent | b215cdf529832d486de5f69e666494ff4e604674 [diff] |
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.