summaryrefslogtreecommitdiffstats
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
commit8ad30312fff34325113307cb27bcae49d220df15 (patch)
treee36909398f52d213a45a92122028b2c953768369 /bfd/cpu-v850.c
parent3c9030c1f46b3255af11e975ae6f62713f55d645 (diff)
downloadppe42-binutils-8ad30312fff34325113307cb27bcae49d220df15.tar.gz
ppe42-binutils-8ad30312fff34325113307cb27bcae49d220df15.zip
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)
};
OpenPOWER on IntegriCloud