Initialize gdb::optional empty payload to quiet false -Wmaybe-uninitialized warnings
[deliverable/binutils-gdb.git] / gdb / Makefile.in
index 08187427cd3eabfc1f65d084e077b5b6057d0fb5..479d27344b0658bfb90f7fe196abdb94ff68518d 100644 (file)
@@ -524,10 +524,12 @@ SUBDIR_PYTHON_LDFLAGS =
 SUBDIR_PYTHON_CFLAGS =
 
 SUBDIR_UNITTESTS_SRCS = \
-       unittests/function-view-selftests.c
+       unittests/function-view-selftests.c \
+       unittests/offset-type-selftests.c
 
 SUBDIR_UNITTESTS_OBS = \
-       function-view-selftests.o
+       function-view-selftests.o \
+       offset-type-selftests.o
 
 # Opcodes currently live in one of two places.  Either they are in the
 # opcode library, typically ../opcodes, or they are in a header file
@@ -744,7 +746,6 @@ ALL_64_TARGET_OBS = \
        aarch64-newlib-tdep.o \
        aarch64-tdep.o \
        alpha-bsd-tdep.o \
-       alpha-fbsd-tdep.o \
        alpha-linux-tdep.o \
        alpha-mdebug-tdep.o \
        alpha-nbsd-tdep.o \
@@ -2458,7 +2459,6 @@ ALLDEPFILES = \
        aix-thread.c \
        alpha-bsd-nat.c \
        alpha-bsd-tdep.c \
-       alpha-fbsd-tdep.c \
        alpha-linux-nat.c \
        alpha-linux-tdep.c \
        alpha-mdebug-tdep.c \
This page took 0.023808 seconds and 4 git commands to generate.