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 49ebd5e7e3b033f9d0f42262c87d76e271b75a3d..df34a7f5a67f763bd57c0b9db40edca5baf8e920 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 a38d5621e8d4a6145a973f05ebb3d8d2a1c2986f..8b5070c1acd8be49f4e6fd815b4e6a8b51e62a05 100644 (file)
@@ -174,6 +174,10 @@ v850_processor_type_table[] =
     v850e_reg_names, bfd_mach_v850e
   }
   ,
+  {
+    v850e_reg_names, bfd_mach_v850e1
+  }
+  ,
   {
     NULL, 0
   }
This page took 0.031637 seconds and 4 git commands to generate.