[binutils-gdb] aarch64: Fix -i option for aarch64-gen
Richard Earnshaw
rearnsha@sourceware.org
Mon Sep 1 14:45:04 GMT 2025
https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=63b6693fc457425a4f8e697e5e76f6f333898fcb
commit 63b6693fc457425a4f8e697e5e76f6f333898fcb
Author: acazuc <acazuc@acazuc.fr>
Date: Mon Sep 1 12:48:42 2025 +0200
aarch64: Fix -i option for aarch64-gen
Only the long option --gen-idx was recognized to generate aarch64-tbl-2.h
Diff:
---
opcodes/aarch64-gen.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/opcodes/aarch64-gen.c b/opcodes/aarch64-gen.c
index 4d0b4d5f39e..308d2c22aa1 100644
--- a/opcodes/aarch64-gen.c
+++ b/opcodes/aarch64-gen.c
@@ -1339,7 +1339,7 @@ main (int argc, char **argv)
program_name = *argv;
xmalloc_set_program_name (program_name);
- while ((c = getopt_long (argc, argv, "vVdhacs", long_options, 0)) != EOF)
+ while ((c = getopt_long (argc, argv, "vVdhacsi", long_options, 0)) != EOF)
switch (c)
{
case 'V':
More information about the Binutils-cvs
mailing list