From: Mark Eichin Date: Fri, 13 Nov 1992 18:26:21 +0000 (+0000) Subject: put exec.o back; it deals with exec files, not fork/exec, and thus is still X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=238f5383d0390dc492bd51fb1334225997aa6d5d;p=binutils-gdb.git put exec.o back; it deals with exec files, not fork/exec, and thus is still relevant for remote targets. --- 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