import gdb-1999-10-04 snapshot

This commit is contained in:
Jason Molenda
1999-10-05 23:13:56 +00:00
parent 3e9c42873e
commit 2acceee218
112 changed files with 2316 additions and 855 deletions

View File

@@ -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 ()
{