diff options
author | Jason Molenda <jmolenda@apple.com> | 1999-10-05 23:13:56 +0000 |
---|---|---|
committer | Jason Molenda <jmolenda@apple.com> | 1999-10-05 23:13:56 +0000 |
commit | 2acceee2182a942e6a79a972009540990f4dfabf (patch) | |
tree | 2ed7ca473f0b49181f1d0214c3450a7eb17f7bcb /gdb/i960-tdep.c | |
parent | 3e9c42873ee1d0bbb03039baea78c617174f9269 (diff) | |
download | gdb-2acceee2182a942e6a79a972009540990f4dfabf.zip gdb-2acceee2182a942e6a79a972009540990f4dfabf.tar.gz gdb-2acceee2182a942e6a79a972009540990f4dfabf.tar.bz2 |
import gdb-1999-10-04 snapshot
Diffstat (limited to 'gdb/i960-tdep.c')
-rw-r--r-- | gdb/i960-tdep.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gdb/i960-tdep.c b/gdb/i960-tdep.c index 44ac883..eff4136 100644 --- a/gdb/i960-tdep.c +++ b/gdb/i960-tdep.c @@ -27,6 +27,7 @@ #include "floatformat.h" #include "target.h" #include "gdbcore.h" +#include "inferior.h" static CORE_ADDR next_insn PARAMS ((CORE_ADDR memaddr, unsigned int *pword1, @@ -896,6 +897,7 @@ mon960_frame_chain_valid (chain, curframe) return (chain != read_memory_integer (a, 4)); } + void _initialize_i960_tdep () { |