aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom de Vries <tdevries@suse.de>2023-08-03 09:48:39 +0100
committerSam James <sam@gentoo.org>2023-08-08 05:39:28 +0100
commita65fee67c2aa0944ae51e6ccda5ee38b1b357216 (patch)
treeb4902d55d15f3873b04ecbadd23c4ea09a3e294e
parentFix "--only-keep-debug for ELF relocatables" binutils test for compilers whic... (diff)
downloadbinutils-gdb-a65fee67c2aa0944ae51e6ccda5ee38b1b357216.tar.gz
binutils-gdb-a65fee67c2aa0944ae51e6ccda5ee38b1b357216.tar.bz2
binutils-gdb-a65fee67c2aa0944ae51e6ccda5ee38b1b357216.zip
Fix Wlto-type-mismatch in opcodes/ft32-dis.c
(cherry picked from commit e34acfce343d53290e72c317213a28327bc52fb0)
-rw-r--r--opcodes/ft32-dis.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/opcodes/ft32-dis.c b/opcodes/ft32-dis.c
index 493297549bf..4c7cac5968d 100644
--- a/opcodes/ft32-dis.c
+++ b/opcodes/ft32-dis.c
@@ -27,7 +27,7 @@
#include "opcode/ft32.h"
#include "disassemble.h"
-extern const ft32_opc_info_t ft32_opc_info[128];
+extern const ft32_opc_info_t ft32_opc_info[];
static fprintf_ftype fpr;
static void *stream;