Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2013-01-24 15:14:01 +0400
committerNick Clifton <nickc@redhat.com>2013-01-24 15:14:01 +0400
commitffe54f0fa18ce81b5ede2ff04d773889851051e6 (patch)
treea49e44e4a6ad9ec32058f8cc28beb75615913627 /include/elf/v850.h
parent95b7947d0420a8d8374416f1f9a41ca1d714e9fd (diff)
Add support for V850E3V5 architecture
Diffstat (limited to 'include/elf/v850.h')
-rw-r--r--include/elf/v850.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/include/elf/v850.h b/include/elf/v850.h
index 873825e0f..5a0882029 100644
--- a/include/elf/v850.h
+++ b/include/elf/v850.h
@@ -1,6 +1,5 @@
/* V850 ELF support for BFD.
- Copyright 1997, 1998, 2000, 2002, 2003, 2004, 2007, 2008, 2010, 2012
- Free Software Foundation, Inc.
+ Copyright 1997-2013 Free Software Foundation, Inc.
Created by Michael Meissner, Cygnus Support <meissner@cygnus.com>
This file is part of BFD, the Binary File Descriptor library.
@@ -46,6 +45,9 @@
/* v850e2v3 code. */
#define E_V850E2V3_ARCH 0x40000000
+/* v850e3v5 code. */
+#define E_V850E3V5_ARCH 0x60000000
+
/* Flags for the st_other field. */
#define V850_OTHER_SDA 0x10 /* Symbol had SDA relocations. */
#define V850_OTHER_ZDA 0x20 /* Symbol had ZDA relocations. */