OSDN Git Service

Add support for v850e1 machine number.
authorNick Clifton <nickc@redhat.com>
Tue, 9 Sep 2003 06:34:54 +0000 (06:34 +0000)
committerNick Clifton <nickc@redhat.com>
Tue, 9 Sep 2003 06:34:54 +0000 (06:34 +0000)
gdb/ChangeLog
gdb/v850-tdep.c

index 49ebd5e..df34a7f 100644 (file)
@@ -1,3 +1,7 @@
+2003-09-09  Nick Clifton  <nickc@redhat.com>
+
+       * v850-tdep.c (v850_processor_type_table): Add bfd_mach_v850e1.
+
 2003-09-04  Andrew Cagney  <cagney@redhat.com>
 
        * avr-tdep.c: Include "dis-asm.h".
index a38d562..8b5070c 100644 (file)
@@ -175,6 +175,10 @@ v850_processor_type_table[] =
   }
   ,
   {
+    v850e_reg_names, bfd_mach_v850e1
+  }
+  ,
+  {
     NULL, 0
   }
 };