summaryrefslogtreecommitdiff
path: root/bfd/elf32-v850.c
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2005-06-15 08:22:45 +0000
committerNick Clifton <nickc@redhat.com>2005-06-15 08:22:45 +0000
commit4b899aec3fd8cb4794a7ff79756c57269781f6f7 (patch)
treec68de49a314aa61d495f354298a036b8e8fc8d27 /bfd/elf32-v850.c
parent8a741d44315525243fdd2afc2fe7e84f6da03e1a (diff)
downloadbinutils-redhat-4b899aec3fd8cb4794a7ff79756c57269781f6f7.tar.gz
* elf32-v850.c (ELF_MACHINE_ALT2): Define so that binaries produced by the
GreenHills toolchain can be assimilated.
Diffstat (limited to 'bfd/elf32-v850.c')
-rw-r--r--bfd/elf32-v850.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/bfd/elf32-v850.c b/bfd/elf32-v850.c
index 98db745c54..e229682016 100644
--- a/bfd/elf32-v850.c
+++ b/bfd/elf32-v850.c
@@ -3217,6 +3217,7 @@ static struct bfd_elf_special_section const *
#define ELF_ARCH bfd_arch_v850
#define ELF_MACHINE_CODE EM_V850
#define ELF_MACHINE_ALT1 EM_CYGNUS_V850
+#define ELF_MACHINE_ALT2 EM_V800 /* This is the value used by the GreenHills toolchain. */
#define ELF_MAXPAGESIZE 0x1000
#define elf_info_to_howto v850_elf_info_to_howto_rela