summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2013-01-24 11:13:57 +0000
committerNick Clifton <nickc@redhat.com>2013-01-24 11:13:57 +0000
commit3e972a99fc5f33e08893ba191c1b5a3ca8e59ed6 (patch)
tree1c67dc318e02821c28e21fafdcb5a8a5981ec2be /include
parent60110dc675ad9f32f98ccd5207c427b3cf8ea62b (diff)
downloadgdb-3e972a99fc5f33e08893ba191c1b5a3ca8e59ed6.tar.gz
Add support for V850E3V5 architecture
Diffstat (limited to 'include')
-rw-r--r--include/elf/ChangeLog5
-rw-r--r--include/elf/v850.h6
2 files changed, 9 insertions, 2 deletions
diff --git a/include/elf/ChangeLog b/include/elf/ChangeLog
index 708b860ffd3..82e884ef2b6 100644
--- a/include/elf/ChangeLog
+++ b/include/elf/ChangeLog
@@ -1,3 +1,8 @@
+2013-01-24 Nick Clifton <nickc@redhat.com>
+
+ * v850.h: Add support for e3v5 architecture.
+ Reorganize processor selection macros.
+
2013-01-16 H.J. Lu <hongjiu.lu@intel.com>
* i386.h (R_386_SIZE32): Fill it.
diff --git a/include/elf/v850.h b/include/elf/v850.h
index 873825e0f7e..5a088202954 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. */