aboutsummaryrefslogtreecommitdiff
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
commit4676756165c45bc2ca13dd37b354411ec661c83a (patch)
tree74c63c9205a9b95ba2fdc3b746ad0508a9e40302
parent580a09db88078d7726243d4dac1af50fa41af931 (diff)
downloadgdb-4676756165c45bc2ca13dd37b354411ec661c83a.zip
gdb-4676756165c45bc2ca13dd37b354411ec661c83a.tar.gz
gdb-4676756165c45bc2ca13dd37b354411ec661c83a.tar.bz2
* elf32-v850.c (ELF_MACHINE_ALT2): Define so that binaries produced by the
GreenHills toolchain can be assimilated.
-rw-r--r--bfd/ChangeLog5
-rw-r--r--bfd/elf32-v850.c1
2 files changed, 6 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index cce408c..38d08f5 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,3 +1,8 @@
+2005-06-15 Nick Clifton <nickc@redhat.com>
+
+ * elf32-v850.c (ELF_MACHINE_ALT2): Define so that binaries
+ produced by the GreenHills toolchain can be assimilated.
+
2005-06-14 Steve Ellcey <sje@cup.hp.com>
* som.c (som_find_inliner_info): New.
diff --git a/bfd/elf32-v850.c b/bfd/elf32-v850.c
index 98db745..e229682 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