* isi-xdep.c: New file.
authorJim Kingdon <jkingdon@engr.sgi.com>
Mon, 14 Jun 1993 16:27:39 +0000 (16:27 +0000)
committerJim Kingdon <jkingdon@engr.sgi.com>
Mon, 14 Jun 1993 16:27:39 +0000 (16:27 +0000)
* config/m68k/isi.mh (XDEPFILES): Add isi-xdep.o

gdb/ChangeLog
gdb/config/m68k/isi.mh
gdb/isi-xdep.c [new file with mode: 0644]

index f7007b851a6aac26b736bd029f5211ac2f9b185f..9a6cda287af0e92eeda8aa87716c779573a8ef0e 100644 (file)
@@ -1,3 +1,8 @@
+Mon Jun 14 09:23:51 1993  Jim Kingdon  (kingdon@cygnus.com)
+
+       * isi-xdep.c: New file.
+       * config/m68k/isi.mh (XDEPFILES): Add isi-xdep.o
+
 Sun Jun 13 09:17:48 1993  Jim Kingdon  (kingdon@cygnus.com)
 
        * config/m68k/xm-news.h: Include <sys/param.h>.
index d1c981e1025401655dd144ad65131e7345d7f17d..3c498697717aac8d3bf77d97cdf990b0e49c1a7d 100644 (file)
@@ -1,5 +1,5 @@
 # Host: ISI Optimum V (3.05) under 4.3bsd.
 # corelow.o commented out because core dumps are broken on this machine,
 # as of GDB 4.8, according to lam@tfs.com
-XDEPFILES= infptrace.o inftarg.o fork-child.o coredep.o
+XDEPFILES= infptrace.o inftarg.o fork-child.o coredep.o isi-xdep.o
 XM_FILE= xm-isi.h
diff --git a/gdb/isi-xdep.c b/gdb/isi-xdep.c
new file mode 100644 (file)
index 0000000..2497fc5
--- /dev/null
@@ -0,0 +1,20 @@
+/* Copyright (C) 1993 Free Software Foundation, Inc.
+
+This program is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or
+(at your option) any later version.
+
+This program is distributed in the hope that it will be useful,
+but WITHOUT ANY WARRANTY; without even the implied warranty of
+MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+GNU General Public License for more details.
+
+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.  */
+
+#include <machine/reg.h>
+int rloc[] = {
+    R0, R1, R2, R3, R4, R5, R6, R7, R8, R9, R10, R11, R12, R13, FP, SP, PS, PC
+};
This page took 0.052983 seconds and 4 git commands to generate.