diff options
author | John Gilmore <gnu@cygnus> | 1991-05-04 23:15:02 +0000 |
---|---|---|
committer | John Gilmore <gnu@cygnus> | 1991-05-04 23:15:02 +0000 |
commit | 5594d534a24ff0e48806803376209d4b27ec8351 (patch) | |
tree | 27b7836ec8a38f69e68e3c864df90f364208160a /gdb/alldeps.mak | |
parent | b1847ba9e7da744bb3695f9611dad4119cc7991e (diff) | |
download | gdb-5594d534a24ff0e48806803376209d4b27ec8351.zip gdb-5594d534a24ff0e48806803376209d4b27ec8351.tar.gz gdb-5594d534a24ff0e48806803376209d4b27ec8351.tar.bz2 |
Saber C (lint) cleanups, and a few bug fixes. See ChangeLog.
Diffstat (limited to 'gdb/alldeps.mak')
-rw-r--r-- | gdb/alldeps.mak | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/alldeps.mak b/gdb/alldeps.mak index 32c2859..50da245 100644 --- a/gdb/alldeps.mak +++ b/gdb/alldeps.mak @@ -23,6 +23,9 @@ i960-tdep.c\ infptrace.c\ m68k-pinsn.c\ m68k-tdep.c\ +m88k-pinsn.c\ +m88k-tdep.c\ +m88k-xdep.c\ mips-pinsn.c\ mips-tdep.c\ mips-xdep.c\ @@ -138,6 +141,7 @@ ALLCONFIG=\ ./tconfig/isi\ ./tconfig/littlemips\ ./tconfig/m88k\ +./tconfig/m88k.orig\ ./tconfig/merlin\ ./tconfig/news\ ./tconfig/news1000\ @@ -176,6 +180,7 @@ ALLCONFIG=\ ./xconfig/isi\ ./xconfig/littlemips\ ./xconfig/m88k\ +./xconfig/m88k.orig\ ./xconfig/merlin\ ./xconfig/news\ ./xconfig/news1000\ |