]> sourceware.org Git - newlib-cygwin.git/commitdiff
Add binutils support for v850e1 processor
authorNick Clifton <nickc@redhat.com>
Thu, 4 Sep 2003 11:04:37 +0000 (11:04 +0000)
committerNick Clifton <nickc@redhat.com>
Thu, 4 Sep 2003 11:04:37 +0000 (11:04 +0000)
include/elf/ChangeLog
include/elf/v850.h
include/opcode/ChangeLog
include/opcode/v850.h

index f5389510d6fc35070aafeb80c6c276989cf7c7ee..eec49b1b349b1b8b76eeaf4adfcd98d25643ad4e 100644 (file)
@@ -1,3 +1,7 @@
+2003-09-04  Nick Clifton  <nickc@redhat.com>
+
+       * v850.h (E_V850E1_ARCH): Define.
+
 2003-08-21  James Cownie <jcownie@etnus.com>
 
        * dwarf2.h: Add PGI dwarf extensions.
index db5b2d9fd1a2709655519e75d133ac30b9142692..7d5110b33426efaec32bdde548f746c4090acb02 100644 (file)
@@ -1,5 +1,5 @@
 /* V850 ELF support for BFD.
-   Copyright 1997, 1998, 2000, 2002 Free Software Foundation, Inc.
+   Copyright 1997, 1998, 2000, 2002, 2003 Free Software Foundation, Inc.
    Created by Michael Meissner, Cygnus Support <meissner@cygnus.com>
 
    This file is part of BFD, the Binary File Descriptor library.
@@ -35,6 +35,9 @@
 /* v850e code.  */
 #define E_V850E_ARCH           0x10000000
 
+/* v850e1 code.  */
+#define E_V850E1_ARCH          0x20000000
+
 
 /* Flags for the st_other field.  */
 #define V850_OTHER_SDA         0x01    /* Symbol had SDA relocations.  */
index 8aa84533eaf73a0afe12d99e8a24c4fcc18f23d4..aaea21428e2a5fcf2e5c491e3059f6cdaa53c831 100644 (file)
@@ -1,3 +1,7 @@
+2003-09-04  Nick Clifton  <nickc@redhat.com>
+
+       * v850.h (PROCESSOR_V850E1): Define.
+
 2003-08-19  Alan Modra  <amodra@bigpond.net.au>
 
        * ppc.h (PPC_OPCODE_440): Define.  Formatting.  Use hex for other
index f6a1eb466ad5e834d4f1ea8d1c8f0035e6a6c3a1..75689bff67a33e1de553041e45932e523a8546cc 100644 (file)
@@ -59,6 +59,7 @@ struct v850_opcode
 #define PROCESSOR_V850E                (1 << 1)                /* Just the V850E. */
 #define PROCESSOR_NOT_V850     (~ PROCESSOR_V850)      /* Any processor except the V850.  */
 #define PROCESSOR_V850EA       (1 << 2)                /* Just the V850EA. */
+#define PROCESSOR_V850E1       (1 << 3)                /* Just the V850E1. */
 
 /* The table itself is sorted by major opcode number, and is otherwise
    in the order in which the disassembler should consider
This page took 0.040901 seconds and 5 git commands to generate.