From 238f5383d0390dc492bd51fb1334225997aa6d5d Mon Sep 17 00:00:00 2001 From: Mark Eichin Date: Fri, 13 Nov 1992 18:26:21 +0000 Subject: [PATCH] put exec.o back; it deals with exec files, not fork/exec, and thus is still relevant for remote targets. --- gdb/config/i386aout.mt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gdb/config/i386aout.mt b/gdb/config/i386aout.mt index cd8f7e0042e..4bfa353ac48 100644 --- a/gdb/config/i386aout.mt +++ b/gdb/config/i386aout.mt @@ -1,4 +1,4 @@ # Target: Intel 386 with a.out -TDEPFILES= i386-tdep.o i386-pinsn.o +TDEPFILES= exec.o i386-tdep.o i386-pinsn.o TM_FILE= tm-i386v.h -- 2.30.2