summaryrefslogtreecommitdiff
path: root/bfd/cpu-v850.c
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2003-09-04 11:04:38 +0000
committerNick Clifton <nickc@redhat.com>2003-09-04 11:04:38 +0000
commit4032cd964625cacd4204cba4bd7b32776e7ab478 (patch)
tree7e4b51a495f54b40487d16cc0e292ee3b204070d /bfd/cpu-v850.c
parent80a34bcc5be54e04c3ebd2fbc299dd3121a09236 (diff)
downloadbinutils-redhat-4032cd964625cacd4204cba4bd7b32776e7ab478.tar.gz
Add binutils support for v850e1 processor
Diffstat (limited to 'bfd/cpu-v850.c')
-rw-r--r--bfd/cpu-v850.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/bfd/cpu-v850.c b/bfd/cpu-v850.c
index fe96656765..1ff1cb3af5 100644
--- a/bfd/cpu-v850.c
+++ b/bfd/cpu-v850.c
@@ -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)
};