2011-06-03 Nick Clifton <nickc@redhat.com>

Ben Elliston  <bje@gnu.org>

	* config.sub (v850e1, v850es, v850e2, v850e2v3): New.
	* testsuite/config-sub.data: Add tests for all V850 variants.
This commit is contained in:
Ben Elliston 2011-06-03 22:31:45 +10:00
parent fe20e2a5b7
commit 5669ec08b5
3 changed files with 16 additions and 3 deletions

View File

@ -1,3 +1,9 @@
2011-06-03 Nick Clifton <nickc@redhat.com>
Ben Elliston <bje@gnu.org>
* config.sub (v850e1, v850es, v850e2, v850e2v3): New.
* testsuite/config-sub.data: Add tests for all V850 variants.
2011-05-30 Chris Metcalf <cmetcalf@tilera.com> 2011-05-30 Chris Metcalf <cmetcalf@tilera.com>
Ben Elliston <bje@gnu.org> Ben Elliston <bje@gnu.org>

7
config.sub vendored
View File

@ -4,7 +4,7 @@
# 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, # 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010,
# 2011 Free Software Foundation, Inc. # 2011 Free Software Foundation, Inc.
timestamp='2011-03-23' timestamp='2011-06-03'
# This file is (in principle) common to ALL GNU software. # This file is (in principle) common to ALL GNU software.
# The presence of a machine in this file suggests that SOME GNU software # The presence of a machine in this file suggests that SOME GNU software
@ -300,7 +300,7 @@ case $basic_machine in
| spu \ | spu \
| tahoe | tic4x | tic54x | tic55x | tic6x | tic80 | tron \ | tahoe | tic4x | tic54x | tic55x | tic6x | tic80 | tron \
| ubicom32 \ | ubicom32 \
| v850 | v850e \ | v850 | v850e | v850e1 | v850e2 | v850es | v850e2v3 \
| we32k \ | we32k \
| x86 | xc16x | xstormy16 | xtensa \ | x86 | xc16x | xstormy16 | xtensa \
| z8k | z80) | z8k | z80)
@ -411,7 +411,8 @@ case $basic_machine in
| tile*-* \ | tile*-* \
| tron-* \ | tron-* \
| ubicom32-* \ | ubicom32-* \
| v850-* | v850e-* | vax-* \ | v850-* | v850e-* | v850e1-* | v850es-* | v850e2-* | v850e2v3-* \
| vax-* \
| we32k-* \ | we32k-* \
| x86-* | x86_64-* | xc16x-* | xps100-* \ | x86-* | x86_64-* | xc16x-* | xps100-* \
| xstormy16-* | xtensa*-* \ | xstormy16-* | xtensa*-* \

View File

@ -222,3 +222,9 @@ ppcbe-none-elf powerpc-none-elf
ppcle-none-elf powerpcle-none-elf ppcle-none-elf powerpcle-none-elf
open8 open8-unknown-none open8 open8-unknown-none
open8-elf open8-unknown-elf open8-elf open8-unknown-elf
v850-elf v850-unknown-elf
v850e-elf v850e-unknown-elf
v850e1-elf v850e1-unknown-elf
v850e2-elf v850e2-unknown-elf
v850es-elf v850es-unknown-elf
v850e2v3-elf v850e2v3-unknown-elf