diff options
author | Nick Clifton <nickc@redhat.com> | 2003-09-04 11:04:38 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2003-09-04 11:04:38 +0000 |
commit | 8ad30312fff34325113307cb27bcae49d220df15 (patch) | |
tree | e36909398f52d213a45a92122028b2c953768369 /include/elf/v850.h | |
parent | 3c9030c1f46b3255af11e975ae6f62713f55d645 (diff) | |
download | gdb-8ad30312fff34325113307cb27bcae49d220df15.zip gdb-8ad30312fff34325113307cb27bcae49d220df15.tar.gz gdb-8ad30312fff34325113307cb27bcae49d220df15.tar.bz2 |
Add binutils support for v850e1 processor
Diffstat (limited to 'include/elf/v850.h')
-rw-r--r-- | include/elf/v850.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/include/elf/v850.h b/include/elf/v850.h index db5b2d9..7d5110b 100644 --- a/include/elf/v850.h +++ b/include/elf/v850.h @@ -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. */ |