Add unit test to gdbarch methods register_to_value and value_to_register
[deliverable/binutils-gdb.git] / gdb / Makefile.in
index 70d7d500d10dd464b09f970e67c26a416bba40e8..8be73ba423d9f2e76e8cc32876c55ec62ea8d962 100644 (file)
@@ -916,7 +916,7 @@ NAT_GENERATED_FILES = @NAT_GENERATED_FILES@
 HAVE_NATIVE_GCORE_HOST = @HAVE_NATIVE_GCORE_HOST@
 
 # Native-target dependent makefile fragment comes in here.
-@nat_extra_makefile_frag@
+@nat_makefile_frag@
 
 # End of native-target dependent variables.
 
@@ -1106,6 +1106,7 @@ SFILES = \
        gdb_obstack.c \
        gdb_usleep.c \
        gdbarch.c \
+       gdbarch-selftests.c \
        gdbtypes.c \
        gnu-v2-abi.c \
        gnu-v3-abi.c \
@@ -1719,6 +1720,7 @@ COMMON_OBS = $(DEPFILES) $(CONFIG_OBS) $(YYOBJ) \
        gdb_usleep.o \
        gdb_vecs.o \
        gdbarch.o \
+       gdbarch-selftests.o \
        gdbtypes.o \
        gnu-v2-abi.o \
        gnu-v3-abi.o \
This page took 0.023908 seconds and 4 git commands to generate.