+Tue Dec 3 17:24:57 1991 John Gilmore (gnu at cygnus.com)
+
+ * sparc-xdep.c: Force tm-file as tm-sparc.h, to make it compile
+ when configured for cross debugging. FIXME, this needs a more
+ general solution.
+
Mon Dec 2 11:04:05 1991 Per Bothner (bothner at cygnus.com)
* mips-tdep.c (init_extra_frame_info): Float register
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
#include <stdio.h>
+
+/* This code only compiles when we have the definitions in tm-sparc.h. */
+
+#define TM_FILE_OVERRIDE
#include "defs.h"
+#include "tm-sparc.h"
+
#include "inferior.h"
#include "target.h"
#include <sys/param.h>
-#include <sys/file.h> /* For L_SET */
-
#include <sys/ptrace.h>
#include <machine/reg.h>