From de9585ac6ee195b513ca054783e2f104d5898b93 Mon Sep 17 00:00:00 2001 From: Ben Elliston Date: Thu, 11 Dec 2008 08:49:08 +1100 Subject: [PATCH] * config.sub (lm32): New. * testsuite/config-sub.data: Add a test case. --- ChangeLog | 5 +++++ config.sub | 4 +++- testsuite/config-sub.data | 2 ++ 3 files changed, 10 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index cba620b..d23f281 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2008-12-11 Joel Sherrill + + * config.sub (lm32): New. + * testsuite/config-sub.data: Add a test case. + 2008-12-09 Kieran Bingham Ben Elliston diff --git a/config.sub b/config.sub index b688acd..9489dc7 100755 --- a/config.sub +++ b/config.sub @@ -4,7 +4,7 @@ # 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 # Free Software Foundation, Inc. -timestamp='2008-12-09' +timestamp='2008-12-11' # This file is (in principle) common to ALL GNU software. # The presence of a machine in this file suggests that SOME GNU software @@ -249,6 +249,7 @@ case $basic_machine in | h8300 | h8500 | hppa | hppa1.[01] | hppa2.0 | hppa2.0[nw] | hppa64 \ | i370 | i860 | i960 | ia64 \ | ip2k | iq2000 \ + | lm32 \ | m32c | m32r | m32rle | m68000 | m68k | m88k \ | maxq | mb | microblaze | mcore | mep | metag \ | mips | mipsbe | mipseb | mipsel | mipsle \ @@ -331,6 +332,7 @@ case $basic_machine in | hppa-* | hppa1.[01]-* | hppa2.0-* | hppa2.0[nw]-* | hppa64-* \ | i*86-* | i860-* | i960-* | ia64-* \ | ip2k-* | iq2000-* \ + | lm32-* \ | m32c-* | m32r-* | m32rle-* \ | m68000-* | m680[012346]0-* | m68360-* | m683?2-* | m68k-* \ | m88110-* | m88k-* | maxq-* | mcore-* | metag-* \ diff --git a/testsuite/config-sub.data b/testsuite/config-sub.data index 8c6919a..2151833 100644 --- a/testsuite/config-sub.data +++ b/testsuite/config-sub.data @@ -144,3 +144,5 @@ sh2aeb sh2aeb-unknown-none sh2aeb-elf sh2aeb-unknown-elf sh4aeb sh4aeb-unknown-none sh4aeb-elf sh4aeb-unknown-elf +lm32-elf lm32-unknown-elf +lm32 lm32-unknown-none