OSDN Git Service

2010-04-19 Richard Guenther <rguenther@suse.de>
authorrguenth <rguenth@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 19 Apr 2010 15:13:50 +0000 (15:13 +0000)
committerrguenth <rguenth@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 19 Apr 2010 15:13:50 +0000 (15:13 +0000)
* configure.ac: Fix quoting around elf_getshstrndx ABI check.
* configure: Re-generated.

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

gcc/ChangeLog
gcc/configure
gcc/configure.ac

index 3b7b3fc..a198056 100644 (file)
@@ -1,5 +1,10 @@
 2010-04-19  Richard Guenther  <rguenther@suse.de>
 
+       * configure.ac: Fix quoting around elf_getshstrndx ABI check.
+       * configure: Re-generated.
+
+2010-04-19  Richard Guenther  <rguenther@suse.de>
+
        PR tree-optimization/43783
        * tree-ssa-pre.c (create_component_ref_by_pieces_1): Drop
        constant ARRAY_REF operands two and three if possible.
index de9cc72..53f5eb8 100755 (executable)
@@ -8458,12 +8458,12 @@ else
 int main()
 {
   return elf_getshstrndx (NULL, 0) == 0;
-},
-$as_echo "#define HAVE_ELF_GETSHSTRNDX_GABI 1" >>confdefs.h
-
+}
 _ACEOF
 if ac_fn_c_try_run "$LINENO"; then :
 
+$as_echo "#define HAVE_ELF_GETSHSTRNDX_GABI 1" >>confdefs.h
+
 fi
 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
   conftest.$ac_objext conftest.beam conftest.$ac_ext
index d256b62..2f571e6 100644 (file)
@@ -1034,8 +1034,8 @@ AC_CHECK_FUNCS(elf_getshdrstrndx,,
 int main()
 {
   return elf_getshstrndx (NULL, 0) == 0;
-}]]), AC_DEFINE(HAVE_ELF_GETSHSTRNDX_GABI, 1,
-        [Define if elf_getshstrndx has gABI conformant return values.])])])]
+}]])], AC_DEFINE(HAVE_ELF_GETSHSTRNDX_GABI, 1,
+        [Define if elf_getshstrndx has gABI conformant return values.]))])]
   )
 LIBS="$save_LIBS"
 CPPFLAGS="$save_CPPFLAGS"