[RFC PATCH 5/5] RISC-V: Add 'Zfh'/'Zfhmin' conflict message

Tsukasa OI research_trasio@irq.a4lg.com
Tue Jan 11 10:48:20 GMT 2022


This commit changes error message while checking extension conflicts
to include 'Zfh' and 'Zfhmin' extensions.

bfd/ChangeLog:

	* elfxx-riscv.c (riscv_parse_check_conflicts): Change error
	message to include 'Zfh' and 'Zfhmin' extensions.
---
 bfd/elfxx-riscv.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bfd/elfxx-riscv.c b/bfd/elfxx-riscv.c
index 4f3705ad396..fef6e220f95 100644
--- a/bfd/elfxx-riscv.c
+++ b/bfd/elfxx-riscv.c
@@ -1913,7 +1913,7 @@ riscv_parse_check_conflicts (riscv_parse_subset_t *rps)
       && riscv_lookup_subset (rps->subset_list, "f", &subset))
     {
       rps->error_handler
-	(_("`zfinx' is conflict with the `f/d/q' extension"));
+	(_("`zfinx' is conflict with the `f/d/q/zfh/zfhmin' extension"));
       no_conflict = false;
     }
 
-- 
2.32.0



More information about the Binutils mailing list