From cdfe0337fb8d9c657d9c89b9f2f75212f5eb2fa7 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Thu, 2 Jun 2005 13:06:56 +0000 Subject: [PATCH] autoupdate --- build-aux/config.sub | 9 ++++++++- lib/argz.c | 4 ++-- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/build-aux/config.sub b/build-aux/config.sub index 519f2cd006..8b2c57a6ea 100755 --- a/build-aux/config.sub +++ b/build-aux/config.sub @@ -3,7 +3,7 @@ # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, # 2000, 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. -timestamp='2005-05-12' +timestamp='2005-06-02' # This file is (in principle) common to ALL GNU software. # The presence of a machine in this file suggests that SOME GNU software @@ -256,6 +256,7 @@ case $basic_machine in | mipsisa64sr71k | mipsisa64sr71kel \ | mipstx39 | mipstx39el \ | mn10200 | mn10300 \ + | ms1 \ | msp430 \ | ns16k | ns32k \ | openrisc | or32 \ @@ -274,6 +275,9 @@ case $basic_machine in | z8k) basic_machine=$basic_machine-unknown ;; + m32c) + basic_machine=$basic_machine-unknown + ;; m6811 | m68hc11 | m6812 | m68hc12) # Motorola 68HC11/12. basic_machine=$basic_machine-unknown @@ -330,6 +334,7 @@ case $basic_machine in | mipsisa64sr71k-* | mipsisa64sr71kel-* \ | mipstx39-* | mipstx39el-* \ | mmix-* \ + | ms1-* \ | msp430-* \ | none-* | np1-* | ns16k-* | ns32k-* \ | orion-* \ @@ -352,6 +357,8 @@ case $basic_machine in | ymp-* \ | z8k-*) ;; + m32c-*) + ;; # Recognize the various machine names and aliases which stand # for a CPU type and a company and sometimes even an OS. 386bsd) diff --git a/lib/argz.c b/lib/argz.c index c7c1e1acf5..6ce502dd40 100644 --- a/lib/argz.c +++ b/lib/argz.c @@ -17,7 +17,7 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, - Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ + Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. /* Provide our wierdo HAVE_CONFIG_H rvalue for other clients. */ #if !defined(LTDL) && defined(HAVE_CONFIG_H) @@ -88,7 +88,7 @@ argz_create_sep (const char *str, int delim, char **pargz, size_t *pargz_len) assert (pargz); assert (pargz_len); - /* Make a copy of STR, but replacing each occurence of + /* Make a copy of STR, but replacing each occurrence of DELIM with '\0'. */ argz_len = 1+ strlen (str); if (argz_len) -- 2.30.2