diff options
author | John Gilmore <gnu@cygnus> | 1991-08-22 02:12:30 +0000 |
---|---|---|
committer | John Gilmore <gnu@cygnus> | 1991-08-22 02:12:30 +0000 |
commit | 4efad21082466e37a02b3a7491d97a53cf2d6924 (patch) | |
tree | f4b879a216a828c5dae291d5dd921a8410d4b13a /gdb/config | |
parent | 9fa283782e3deddc1801ce554562318953279f0c (diff) | |
download | gdb-4efad21082466e37a02b3a7491d97a53cf2d6924.zip gdb-4efad21082466e37a02b3a7491d97a53cf2d6924.tar.gz gdb-4efad21082466e37a02b3a7491d97a53cf2d6924.tar.bz2 |
Add m68k-tdep.o.
Diffstat (limited to 'gdb/config')
-rw-r--r-- | gdb/config/hp300bsd.mt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/config/hp300bsd.mt b/gdb/config/hp300bsd.mt index 235252f..2a730ce 100644 --- a/gdb/config/hp300bsd.mt +++ b/gdb/config/hp300bsd.mt @@ -1,3 +1,3 @@ # Target: Hewlett-Packard 9000 series 300, running BSD -TDEPFILES= exec.o m68k-pinsn.o +TDEPFILES= exec.o m68k-pinsn.o m68k-tdep.o TM_FILE= tm-hp300bsd.h |