Fix potentially uninitialised variables in the Windows tools
[binutils-gdb.git] / opcodes / Makefile.am
index 0f867412845c60f83f32c0b28ec6acf6b1721769..10ea3368d7fae0f1fbd959d3a631b3414f4781fe 100644 (file)
@@ -1,6 +1,6 @@
 ## Process this file with automake to generate Makefile.in
 #
-#   Copyright (C) 2012-2021 Free Software Foundation, Inc.
+#   Copyright (C) 2012-2022 Free Software Foundation, Inc.
 #
 # This file is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -97,6 +97,11 @@ TARGET64_LIBOPCODES_CFILES = \
        aarch64-opc-2.c \
        alpha-dis.c \
        alpha-opc.c \
+       bpf-asm.c \
+       bpf-desc.c \
+       bpf-dis.c \
+       bpf-ibld.c \
+       bpf-opc.c \
        ia64-dis.c \
        ia64-opc.c \
        loongarch-opc.c \
@@ -110,7 +115,9 @@ TARGET64_LIBOPCODES_CFILES = \
        mmix-opc.c \
        nfp-dis.c \
        riscv-dis.c \
-       riscv-opc.c
+       riscv-opc.c \
+       tilegx-dis.c \
+       tilegx-opc.c
 
 TARGET32_LIBOPCODES_CFILES = \
        arc-dis.c \
@@ -119,11 +126,6 @@ TARGET32_LIBOPCODES_CFILES = \
        arm-dis.c \
        avr-dis.c \
        bfin-dis.c \
-       bpf-asm.c \
-       bpf-desc.c \
-       bpf-dis.c \
-       bpf-ibld.c \
-       bpf-opc.c \
        cgen-asm.c \
        cgen-bitset.c \
        cgen-dis.c \
@@ -252,8 +254,6 @@ TARGET32_LIBOPCODES_CFILES = \
        tic54x-dis.c \
        tic54x-opc.c \
        tic6x-dis.c \
-       tilegx-dis.c \
-       tilegx-opc.c \
        tilepro-dis.c \
        tilepro-opc.c \
        v850-dis.c \