From: David McCullough Date: Thu, 14 Feb 2002 09:56:05 +0000 (+0000) Subject: Some more v850 tweaks from Miles Bader X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=df31af21d4c87bc39b5f1bdfd39498a6c8c1872a;p=elf2flt.git Some more v850 tweaks from Miles Bader --- diff --git a/config.sub b/config.sub index 7146a2f..23e6803 100755 --- a/config.sub +++ b/config.sub @@ -3,7 +3,7 @@ # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001 # Free Software Foundation, Inc. -timestamp='2001-03-19' +timestamp='2001-10-12' # This file is (in principle) common to ALL GNU software. # The presence of a machine in this file suggests that SOME GNU software @@ -231,7 +231,7 @@ case $basic_machine in | mips64orion | mips64orionel | mipstx39 | mipstx39el \ | mips64vr4300 | mips64vr4300el | mips64vr4100 | mips64vr4100el \ | mips64vr5000 | miprs64vr5000el | mcore | s390 | s390x \ - | sparc | sparclet | sparclite | sparc64 | sparcv9 | v850 | c4x \ + | sparc | sparclet | sparclite | sparc64 | sparcv9 | v850 | v850e | c4x \ | thumb | d10v | d30v | fr30 | avr | openrisc | tic80 \ | pj | pjl | h8500) basic_machine=$basic_machine-unknown @@ -278,7 +278,7 @@ case $basic_machine in | f30[01]-* | f700-* | s390-* | s390x-* | sv1-* | t3e-* \ | [cjt]90-* \ | m88110-* | m680[01234]0-* | m683?2-* | m68360-* | z8k-* | d10v-* \ - | thumb-* | v850-* | d30v-* | tic30-* | tic80-* | c30-* | fr30-* \ + | thumb-* | v850-* | v850e-* | d30v-* | tic30-* | tic80-* | c30-* | fr30-* \ | bs2000-* | tic54x-* | c54x-* | x86_64-* | pj-* | pjl-*) ;; # Recognize the various machine names and aliases which stand diff --git a/elf2flt.c b/elf2flt.c index 29da6b7..44aa4f0 100644 --- a/elf2flt.c +++ b/elf2flt.c @@ -42,6 +42,10 @@ #include #include "flat.h" +#ifdef TARGET_v850e +#define TARGET_v850 +#endif + #if defined(TARGET_m68k) #define ARCH "m68k/coldfire" #elif defined(TARGET_arm)