* exec.c (xfer_memory): Add attrib argument.
[deliverable/binutils-gdb.git] / gdb / arc-tdep.c
index fc20d8b2938b8388578f0f12584d202cbea34bff..2170ed8a6f0cd6708fd70cfa3b29eb1777e86f14 100644 (file)
@@ -44,13 +44,11 @@ struct
   }
 arc_cpu_type_table[] =
 {
-  {
-    "base", bfd_mach_arc_base
-  }
-  ,
-  {
-    NULL, 0
-  }
+  { "arc5", bfd_mach_arc_5 },
+  { "arc6", bfd_mach_arc_6 },
+  { "arc7", bfd_mach_arc_7 },
+  { "arc8", bfd_mach_arc_8 },
+  {  NULL,  0 }
 };
 
 /* Used by simulator.  */
@@ -618,8 +616,7 @@ arc_print_insn (bfd_vma vma, disassemble_info *info)
     {
       current_mach = arc_bfd_mach_type;
       current_endian = TARGET_BYTE_ORDER;
-      current_disasm = arc_get_disassembler (current_mach,
-                                            current_endian == BIG_ENDIAN);
+      current_disasm = arc_get_disassembler (NULL);
     }
 
   return (*current_disasm) (vma, info);
This page took 0.023577 seconds and 4 git commands to generate.