From eb631f313373e6001a7c1312cf7d0de135ad8ded Mon Sep 17 00:00:00 2001 From: David Edelsohn Date: Wed, 10 Sep 1997 00:30:05 +0000 Subject: [PATCH] arc port no longer sanitized. --- gdb/arc-tdep.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/gdb/arc-tdep.c b/gdb/arc-tdep.c index 65dd60b..977135f 100644 --- a/gdb/arc-tdep.c +++ b/gdb/arc-tdep.c @@ -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. @@ -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 } }; -- 2.7.4