Add binutils support for v850e1 processor
[deliverable/binutils-gdb.git] / bfd / cpu-v850.c
index fe96656765099da8663c3b7907d91c4aba8e1a7f..1ff1cb3af5c1fae55034d0b00166d596d4fad07d 100644 (file)
@@ -1,5 +1,6 @@
 /* BFD support for the NEC V850 processor
-   Copyright 1996, 1997, 1998, 2000, 2001, 2002 Free Software Foundation, Inc.
+   Copyright 1996, 1997, 1998, 2000, 2001, 2002, 2003
+   Free Software Foundation, Inc.
 
    This file is part of BFD, the Binary File Descriptor library.
 
@@ -30,6 +31,7 @@
 
 static const bfd_arch_info_type arch_info_struct[] =
 {
+  N (bfd_mach_v850e1, "v850e1", FALSE, & arch_info_struct[1]),
   N (bfd_mach_v850e,  "v850e",  FALSE, NULL)
 };
 
This page took 0.038623 seconds and 4 git commands to generate.