Revert the previous 7 commits of: Validate binary before use
[deliverable/binutils-gdb.git] / gdb / gdbserver / Makefile.in
index fea8e1b6deb5d3320724e346f3968f607d5d2904..fc250fb1c52a32e797230a1f3f011c21ec3a60a7 100644 (file)
@@ -194,8 +194,7 @@ OBS = agent.o ax.o inferiors.o regcache.o remote-utils.o server.o signals.o \
       mem-break.o hostio.o event-loop.o tracepoint.o xml-utils.o \
       common-utils.o ptid.o buffer.o format.o filestuff.o dll.o notif.o \
       tdesc.o print-utils.o rsp-low.o errors.o common-debug.o cleanups.o \
-      common-exceptions.o symbol.o btrace-common.o fileio.o target-utils.o \
-      gdb_regex.o \
+      common-exceptions.o symbol.o btrace-common.o fileio.o \
       $(XML_BUILTIN) $(DEPFILES) $(LIBOBJS)
 GDBREPLAY_OBS = gdbreplay.o version.o
 GDBSERVER_LIBS = @GDBSERVER_LIBS@
@@ -520,9 +519,6 @@ ax.o: ax.c
 signals.o: ../common/signals.c
        $(COMPILE) $<
        $(POSTCOMPILE)
-linux-maps.o: ../nat/linux-maps.c
-       $(COMPILE) $<
-       $(POSTCOMPILE)
 print-utils.o: ../common/print-utils.c
        $(COMPILE) $<
        $(POSTCOMPILE)
@@ -535,9 +531,6 @@ common-utils.o: ../common/common-utils.c
 posix-strerror.o: ../common/posix-strerror.c
        $(COMPILE) $<
        $(POSTCOMPILE)
-target-utils.o: ../target/target-utils.c
-       $(COMPILE) $<
-       $(POSTCOMPILE)
 mingw-strerror.o: ../common/mingw-strerror.c
        $(COMPILE) $<
        $(POSTCOMPILE)
@@ -583,9 +576,6 @@ waitstatus.o: ../target/waitstatus.c
 fileio.o: ../common/fileio.c
        $(COMPILE) $<
        $(POSTCOMPILE)
-gdb_regex.o: ../common/gdb_regex.c
-       $(COMPILE) $<
-       $(POSTCOMPILE)
 
 # Native object files rules from ../nat
 
This page took 0.025249 seconds and 4 git commands to generate.