Mon Mar 2 17:44:13 1998 Michael Snyder (msnyder@cleaver.cygnus.com)
[deliverable/binutils-gdb.git] / gdb / arc-tdep.c
index c684f0b73e0ed7a00a1dce5df7a5d95739b1b88a..977135ff2aea2eafa80ab1b33651f80aa5286672 100644 (file)
@@ -1,5 +1,5 @@
 /* ARC target-dependent stuff.
-   Copyright (C) 1995 Free Software Foundation, Inc.
+   Copyright (C) 1995, 1997 Free Software Foundation, Inc.
 
 This file is part of GDB.
 
@@ -15,7 +15,7 @@ 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.  */
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  */
 
 #include "defs.h"
 #include "frame.h"
@@ -37,9 +37,6 @@ struct {
   int value;
 } arc_cpu_type_table[] = {
   { "base", bfd_mach_arc_base },
-  { "host", bfd_mach_arc_host },
-  { "graphics", bfd_mach_arc_graphics },
-  { "audio", bfd_mach_arc_audio },
   { NULL, 0 }
 };
 
@@ -527,7 +524,7 @@ int one_stepped;
 
 void
 single_step (ignore)
-     int ignore; /* sig, but we don't need it */
+     enum target_signal ignore; /* sig, but we don't need it */
 {
   static CORE_ADDR next_pc, target;
   static int brktrg_p;
This page took 0.027214 seconds and 4 git commands to generate.