From 8ad30312fff34325113307cb27bcae49d220df15 Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Thu, 4 Sep 2003 11:04:38 +0000 Subject: Add binutils support for v850e1 processor --- bfd/cpu-v850.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'bfd/cpu-v850.c') diff --git a/bfd/cpu-v850.c b/bfd/cpu-v850.c index fe96656..1ff1cb3 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) }; -- cgit v1.1