summaryrefslogtreecommitdiff
path: root/bfd/cpu-v850.c
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2010-07-23 14:52:41 +0000
committerNick Clifton <nickc@redhat.com>2010-07-23 14:52:41 +0000
commita37e2475c34324e8195b0abfc27bc616c6847501 (patch)
treef7dcdb6f77ee63763a0256bf0d5698994dbb83af /bfd/cpu-v850.c
parent6714ab9f3f9859bf9ed9920361cc105ddadb9baa (diff)
downloadbinutils-redhat-a37e2475c34324e8195b0abfc27bc616c6847501.tar.gz
Add support for v850E2 and v850E2V3
Diffstat (limited to 'bfd/cpu-v850.c')
-rw-r--r--bfd/cpu-v850.c10
1 files changed, 6 insertions, 4 deletions
diff --git a/bfd/cpu-v850.c b/bfd/cpu-v850.c
index 77ca519ccb..6ebc96c8e8 100644
--- a/bfd/cpu-v850.c
+++ b/bfd/cpu-v850.c
@@ -1,6 +1,6 @@
/* BFD support for the NEC V850 processor
- Copyright 1996, 1997, 1998, 2000, 2001, 2002, 2003, 2005, 2007
- Free Software Foundation, Inc.
+ Copyright 1996, 1997, 1998, 2000, 2001, 2002, 2003, 2005, 2007,
+ 2010 Free Software Foundation, Inc.
This file is part of BFD, the Binary File Descriptor library.
@@ -32,8 +32,10 @@
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)
+ N (bfd_mach_v850e2v3, "v850e2v3", FALSE, & arch_info_struct[1]),
+ N (bfd_mach_v850e2, "v850e2", FALSE, & arch_info_struct[2]),
+ N (bfd_mach_v850e1, "v850e1", FALSE, & arch_info_struct[3]),
+ N (bfd_mach_v850e, "v850e", FALSE, NULL)
};
#undef NEXT