Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
* [PATCH] Set rv64gcv as default to enable vector extension for disassembly
@ 2025-07-23 10:40 Soham Gargote
  2025-07-30 12:27 ` Andrew Burgess
  0 siblings, 1 reply; 9+ messages in thread
From: Soham Gargote @ 2025-07-23 10:40 UTC (permalink / raw)
  To: gdb-patches; +Cc: Soham Gargote, Sameer Natu

Co-Authored-By: Sameer Natu <snatu@whileone.in>

---
 opcodes/riscv-dis.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/opcodes/riscv-dis.c b/opcodes/riscv-dis.c
index f6af9c47a25..a67b51bad74 100644
--- a/opcodes/riscv-dis.c
+++ b/opcodes/riscv-dis.c
@@ -1444,7 +1444,7 @@ riscv_init_disasm_info (struct disassemble_info *info)
   pd->riscv_rps_dis.xlen = &pd->xlen;
   pd->riscv_rps_dis.isa_spec = &pd->default_isa_spec;
   pd->riscv_rps_dis.check_unknown_prefixed_ext = false;
-  pd->default_arch = "rv64gc";
+  pd->default_arch = "rv64gcv";
   if (info->section != NULL)
     {
       bfd *abfd = info->section->owner;
-- 
2.48.1


^ permalink raw reply	[flat|nested] 9+ messages in thread
* [PATCH] Set rv64gcv as default to enable vector extension for disassembly
@ 2025-07-22 10:34 Soham Gargote
  2025-07-22 19:42 ` Andrew Burgess
  0 siblings, 1 reply; 9+ messages in thread
From: Soham Gargote @ 2025-07-22 10:34 UTC (permalink / raw)
  To: gdb-patches; +Cc: GDB Administrator

From: GDB Administrator <gdbadmin@sourceware.org>

---
 bfd/version.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bfd/version.h b/bfd/version.h
index c33770d2738..bdb3f9d0ea0 100644
--- a/bfd/version.h
+++ b/bfd/version.h
@@ -16,7 +16,7 @@
 
    In releases, the date is not included in either version strings or
    sonames.  */
-#define BFD_VERSION_DATE 20250720
+#define BFD_VERSION_DATE 20250721
 #define BFD_VERSION @bfd_version@
 #define BFD_VERSION_STRING  @bfd_version_package@ @bfd_version_string@
 #define REPORT_BUGS_TO @report_bugs_to@
-- 
2.48.1


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

end of thread, other threads:[~2025-07-31 10:34 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-07-23 10:40 [PATCH] Set rv64gcv as default to enable vector extension for disassembly Soham Gargote
2025-07-30 12:27 ` Andrew Burgess
2025-07-30 13:07   ` Andreas Schwab
2025-07-31  2:37     ` Nelson Chu
2025-07-31  7:21       ` Charlie Jenkins
2025-07-31  7:33         ` Jan Beulich
2025-07-31 10:32         ` Nelson Chu
  -- strict thread matches above, loose matches on Subject: below --
2025-07-22 10:34 Soham Gargote
2025-07-22 19:42 ` Andrew Burgess

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox