add exec.o to m88k TDEPFILES.

This commit is contained in:
K. Richard Pixley 1993-07-27 00:36:08 +00:00
parent 1fe54c2374
commit 333355f33f
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
Mon Jul 26 17:31:49 1993 K. Richard Pixley (rich@rtl.cygnus.com)
* config/m88k/m88k.mt (TDEPFILES): add exec.o.
Mon Jul 26 13:17:36 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
* hppa-tdep.c: Remove all uses of use_unwind and `set use_unwind'

View File

@ -1,3 +1,3 @@
# Target: Motorola 88000 Binary Compatability Standard
TDEPFILES= m88k-tdep.o m88k-pinsn.o
TDEPFILES= m88k-tdep.o m88k-pinsn.o exec.o
TM_FILE= tm-m88k.h