Add binutils support for v850e1 processor

This commit is contained in:
Nick Clifton
2003-09-04 11:04:37 +00:00
parent 39473bba44
commit 99759ba1f1
4 changed files with 13 additions and 1 deletions

View 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.

View 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. */