diff options
author | Stu Grossman <grossman@cygnus> | 1992-06-09 23:31:53 +0000 |
---|---|---|
committer | Stu Grossman <grossman@cygnus> | 1992-06-09 23:31:53 +0000 |
commit | 55488e9ea6834a9efe6432f5fc8ddf9b88023333 (patch) | |
tree | 26d649796a5322adcdb3c2130d744c6e2de0ff0f /gdb/tm-st2000.h | |
parent | 65bfcf2e612af31e16b067ffb4113b6b293f041e (diff) | |
download | gdb-55488e9ea6834a9efe6432f5fc8ddf9b88023333.zip gdb-55488e9ea6834a9efe6432f5fc8ddf9b88023333.tar.gz gdb-55488e9ea6834a9efe6432f5fc8ddf9b88023333.tar.bz2 |
* depend: rebuild to account for remote-st2000.c.
* remote-st2000.c: Almost works now.
* tm-st2000.h: Need to turn on HAVE_68881, else things won't compile.
Diffstat (limited to 'gdb/tm-st2000.h')
-rw-r--r-- | gdb/tm-st2000.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gdb/tm-st2000.h b/gdb/tm-st2000.h index eb8198e..c32c08f 100644 --- a/gdb/tm-st2000.h +++ b/gdb/tm-st2000.h @@ -17,4 +17,6 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ +#define HAVE_68881 /* GDB won't compile without this */ + #include "tm-68k.h" |