From 5669ec08b530b9bbed5848ec414f8c029e41ab02 Mon Sep 17 00:00:00 2001 From: Ben Elliston Date: Fri, 3 Jun 2011 22:31:45 +1000 Subject: [PATCH] 2011-06-03 Nick Clifton Ben Elliston * config.sub (v850e1, v850es, v850e2, v850e2v3): New. * testsuite/config-sub.data: Add tests for all V850 variants. --- ChangeLog | 6 ++++++ config.sub | 7 ++++--- testsuite/config-sub.data | 6 ++++++ 3 files changed, 16 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 6818033..4ac2970 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2011-06-03 Nick Clifton + Ben Elliston + + * config.sub (v850e1, v850es, v850e2, v850e2v3): New. + * testsuite/config-sub.data: Add tests for all V850 variants. + 2011-05-30 Chris Metcalf Ben Elliston diff --git a/config.sub b/config.sub index fd99c46..f9fcdc8 100755 --- a/config.sub +++ b/config.sub @@ -4,7 +4,7 @@ # 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, # 2011 Free Software Foundation, Inc. -timestamp='2011-03-23' +timestamp='2011-06-03' # This file is (in principle) common to ALL GNU software. # The presence of a machine in this file suggests that SOME GNU software @@ -300,7 +300,7 @@ case $basic_machine in | spu \ | tahoe | tic4x | tic54x | tic55x | tic6x | tic80 | tron \ | ubicom32 \ - | v850 | v850e \ + | v850 | v850e | v850e1 | v850e2 | v850es | v850e2v3 \ | we32k \ | x86 | xc16x | xstormy16 | xtensa \ | z8k | z80) @@ -411,7 +411,8 @@ case $basic_machine in | tile*-* \ | tron-* \ | ubicom32-* \ - | v850-* | v850e-* | vax-* \ + | v850-* | v850e-* | v850e1-* | v850es-* | v850e2-* | v850e2v3-* \ + | vax-* \ | we32k-* \ | x86-* | x86_64-* | xc16x-* | xps100-* \ | xstormy16-* | xtensa*-* \ diff --git a/testsuite/config-sub.data b/testsuite/config-sub.data index d706c90..5cc41a0 100644 --- a/testsuite/config-sub.data +++ b/testsuite/config-sub.data @@ -222,3 +222,9 @@ ppcbe-none-elf powerpc-none-elf ppcle-none-elf powerpcle-none-elf open8 open8-unknown-none 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