diff options
author | acazuc <acazuc@acazuc.fr> | 2025-09-01 12:48:42 +0200 |
---|---|---|
committer | Richard Earnshaw <rearnsha@arm.com> | 2025-09-01 15:44:31 +0100 |
commit | 63b6693fc457425a4f8e697e5e76f6f333898fcb (patch) | |
tree | 53120253529feea13b34233a16a18bc544878917 | |
parent | 7bdcd19cc6d8137ecdca83571946d6ffb7b4be26 (diff) | |
download | binutils-63b6693fc457425a4f8e697e5e76f6f333898fcb.zip binutils-63b6693fc457425a4f8e697e5e76f6f333898fcb.tar.gz binutils-63b6693fc457425a4f8e697e5e76f6f333898fcb.tar.bz2 |
Only the long option --gen-idx was recognized to generate aarch64-tbl-2.h
-rw-r--r-- | opcodes/aarch64-gen.c | 2 |
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': |