]> rtime.felk.cvut.cz Git - fpga/lx-cpu1/gcc-tumbl.git/commitdiff
* config.sub: Update to version 2010-05-21.
authormkuvyrkov <mkuvyrkov@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 25 May 2010 13:22:07 +0000 (13:22 +0000)
committermkuvyrkov <mkuvyrkov@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 25 May 2010 13:22:07 +0000 (13:22 +0000)
* config.guess: Update to version 2010-04-03.

Also, move a changelog entry to correct ChangeLog.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@159820 138bc75d-0d04-0410-961f-82ee72b054a4

ChangeLog
config.guess
config.sub
gcc/ChangeLog

index 3acd68a2d5405aa31fb3b02a54de24466eb1c3dc..f2241f98f89ceebca2ab01d2ed64cc17e4264d4a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,10 +1,7 @@
-2010-05-24  Daniel Jacobowitz  <dan@codesourcery.com>
-           Sandra Loosemore  <sandra@codesourcery.com>
+2010-05-25  Maxim Kuvyrkov  <maxim@codesourcery.com>
 
-       * config/arm/neon-testgen.ml: Use dg-add-options arm_neon.
-       * doc/sourcebuild.texi (Effective-Target Keywords): Update arm_neon_ok
-       description.  Add arm_neon_fp16_ok.
-       (Add Options): Add arm_neon and arm_neon_fp16.
+       * config.sub: Update to version 2010-05-21.
+       * config.guess: Update to version 2010-04-03.
 
 2010-05-18  Steven Bosscher  <steven@gcc.gnu.org>
 
index c2246a4f7f4c78281ccfc4238a54cf7d83c4f421..115f944a61d60c17d147ae08ad02e2bbac7420da 100755 (executable)
@@ -4,7 +4,7 @@
 #   2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010
 #   Free Software Foundation, Inc.
 
-timestamp='2009-12-30'
+timestamp='2010-04-03'
 
 # This file is free software; you can redistribute it and/or modify it
 # under the terms of the GNU General Public License as published by
@@ -92,7 +92,7 @@ if test $# != 0; then
   exit 1
 fi
 
-trap 'exit 1' 1 2 15
+trap 'exit 1' HUP INT TERM
 
 # CC_FOR_BUILD -- compiler used by this script. Note that the use of a
 # compiler to aid in system detection is discouraged as it requires
@@ -106,7 +106,7 @@ trap 'exit 1' 1 2 15
 
 set_cc_for_build='
 trap "exitcode=\$?; (rm -f \$tmpfiles 2>/dev/null; rmdir \$tmp 2>/dev/null) && exit \$exitcode" 0 ;
-trap "rm -f \$tmpfiles 2>/dev/null; rmdir \$tmp 2>/dev/null; exit 1" 1 2 13 15 ;
+trap "rm -f \$tmpfiles 2>/dev/null; rmdir \$tmp 2>/dev/null; exit 1" HUP INT PIPE TERM ;
 : ${TMPDIR=/tmp} ;
  { tmp=`(umask 077 && mktemp -d "$TMPDIR/cgXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" ; } ||
  { test -n "$RANDOM" && tmp=$TMPDIR/cg$$-$RANDOM && (umask 077 && mkdir $tmp) ; } ||
index ae35431611ba3de4b598b889720db6735074c1c8..204218c07382772bc2e9ad083f9dd766af90fb36 100755 (executable)
@@ -4,7 +4,7 @@
 #   2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010
 #   Free Software Foundation, Inc.
 
-timestamp='2010-03-22'
+timestamp='2010-05-21'
 
 # This file is (in principle) common to ALL GNU software.
 # The presence of a machine in this file suggests that SOME GNU software
@@ -124,8 +124,9 @@ esac
 # Here we must recognize all the valid KERNEL-OS combinations.
 maybe_os=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'`
 case $maybe_os in
-  nto-qnx* | linux-gnu* | linux-dietlibc | linux-newlib* | linux-uclibc* | \
-  uclinux-uclibc* | uclinux-gnu* | kfreebsd*-gnu* | knetbsd*-gnu* | netbsd*-gnu* | \
+  nto-qnx* | linux-gnu* | linux-android* | linux-dietlibc | linux-newlib* | \
+  linux-uclibc* | uclinux-uclibc* | uclinux-gnu* | kfreebsd*-gnu* | \
+  knetbsd*-gnu* | netbsd*-gnu* | \
   kopensolaris*-gnu* | \
   storm-chaos* | os2-emx* | rtmk-nova*)
     os=-$maybe_os
@@ -1307,7 +1308,8 @@ case $os in
              | -udi* | -eabi* | -lites* | -ieee* | -go32* | -aux* \
              | -chorusos* | -chorusrdb* | -cegcc* \
              | -cygwin* | -pe* | -psos* | -moss* | -proelf* | -rtems* \
-             | -mingw32* | -linux-gnu* | -linux-newlib* | -linux-uclibc* \
+             | -mingw32* | -linux-gnu* | -linux-android* \
+             | -linux-newlib* | -linux-uclibc* \
              | -uxpv* | -beos* | -mpeix* | -udk* \
              | -interix* | -uwin* | -mks* | -rhapsody* | -darwin* | -opened* \
              | -openstep* | -oskit* | -conix* | -pw32* | -nonstopux* \
index 7ece57b731bd87b91bb70dbb897e9b2b82903442..024d98282544e4e1ef513097c57d949f31837c12 100644 (file)
        * Makefile.in: Fix reference to ada Make-lang.in.
        Remove support for LANG_MAKEFILES.
 
+2010-05-24  Daniel Jacobowitz  <dan@codesourcery.com>
+           Sandra Loosemore  <sandra@codesourcery.com>
+
+       * config/arm/neon-testgen.ml: Use dg-add-options arm_neon.
+       * doc/sourcebuild.texi (Effective-Target Keywords): Update arm_neon_ok
+       description.  Add arm_neon_fp16_ok.
+       (Add Options): Add arm_neon and arm_neon_fp16.
+
 2010-05-24  Joseph Myers  <joseph@codesourcery.com>
 
        * diagnostic.c: Don't include flags.h.