aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoracazuc <acazuc@acazuc.fr>2025-09-01 12:48:42 +0200
committerRichard Earnshaw <rearnsha@arm.com>2025-09-01 15:44:31 +0100
commit63b6693fc457425a4f8e697e5e76f6f333898fcb (patch)
tree53120253529feea13b34233a16a18bc544878917
parent7bdcd19cc6d8137ecdca83571946d6ffb7b4be26 (diff)
downloadbinutils-63b6693fc457425a4f8e697e5e76f6f333898fcb.zip
binutils-63b6693fc457425a4f8e697e5e76f6f333898fcb.tar.gz
binutils-63b6693fc457425a4f8e697e5e76f6f333898fcb.tar.bz2
aarch64: Fix -i option for aarch64-genHEADmaster
Only the long option --gen-idx was recognized to generate aarch64-tbl-2.h
-rw-r--r--opcodes/aarch64-gen.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/opcodes/aarch64-gen.c b/opcodes/aarch64-gen.c
index 4d0b4d5..308d2c2 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':