From aa8fe9070c473d83bfa6d756b9c261208d519704 Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Tue, 14 Sep 1993 22:41:49 +0000 Subject: [PATCH] * config/i386/i386v4.mh (NATDEPFILES): Move exec.o from here... * config/i386/i386v4.mt (TDEPFILES): ...to here. --- gdb/ChangeLog | 5 +++++ gdb/config/i386/i386v4.mt | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 504536f7d3..fdb36debaf 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,8 @@ +Tue Sep 14 18:37:17 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com) + + * config/i386/i386v4.mh (NATDEPFILES): Move exec.o from here... + * config/i386/i386v4.mt (TDEPFILES): ...to here. + Tue Sep 14 12:21:49 1993 K. Richard Pixley (rich@sendai.cygnus.com) * Makefile.in (remote_utils_h): add serial.h and target.h. diff --git a/gdb/config/i386/i386v4.mt b/gdb/config/i386/i386v4.mt index e02cc53473..818bee2253 100644 --- a/gdb/config/i386/i386v4.mt +++ b/gdb/config/i386/i386v4.mt @@ -1,3 +1,3 @@ # Target: Intel 386 running SVR4 -TDEPFILES= i386-pinsn.o i386-tdep.o i387-tdep.o solib.o +TDEPFILES= i386-pinsn.o i386-tdep.o i387-tdep.o solib.o exec.o TM_FILE= tm-i386v4.h -- 2.34.1