Commit 303a4698 by Joseph Myers Committed by Joseph Myers

configure.ac (--debug-prefix-map check): Change assembler version presumed to have feature to 2.18.

	* configure.ac (--debug-prefix-map check): Change assembler
	version presumed to have feature to 2.18.
	* configure: Regenerate.

From-SVN: r127800
parent 58f9752a
2007-08-25 Joseph Myers <joseph@codesourcery.com>
* configure.ac (--debug-prefix-map check): Change assembler
version presumed to have feature to 2.18.
* configure: Regenerate.
2007-08-25 Kaveh R. Ghazi <ghazi@caip.rutgers.edu> 2007-08-25 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
* c-common.c (vector_types_convertible_p, * c-common.c (vector_types_convertible_p,
......
...@@ -16276,7 +16276,7 @@ if test "${gcc_cv_as_debug_prefix_map_flag+set}" = set; then ...@@ -16276,7 +16276,7 @@ if test "${gcc_cv_as_debug_prefix_map_flag+set}" = set; then
else else
gcc_cv_as_debug_prefix_map_flag=no gcc_cv_as_debug_prefix_map_flag=no
if test $in_tree_gas = yes; then if test $in_tree_gas = yes; then
if test $gcc_cv_gas_vers -ge `expr \( \( 2 \* 1000 \) + 19 \) \* 1000 + 0` if test $gcc_cv_gas_vers -ge `expr \( \( 2 \* 1000 \) + 18 \) \* 1000 + 0`
then gcc_cv_as_debug_prefix_map_flag=yes then gcc_cv_as_debug_prefix_map_flag=yes
fi fi
elif test x$gcc_cv_as != x; then elif test x$gcc_cv_as != x; then
......
...@@ -3103,7 +3103,7 @@ if test x"$insn" != x; then ...@@ -3103,7 +3103,7 @@ if test x"$insn" != x; then
gcc_GAS_CHECK_FEATURE([--debug-prefix-map option], gcc_GAS_CHECK_FEATURE([--debug-prefix-map option],
gcc_cv_as_debug_prefix_map_flag, gcc_cv_as_debug_prefix_map_flag,
[2,19,0], [--debug-prefix-map /a=/b], [$insn],, [2,18,0], [--debug-prefix-map /a=/b], [$insn],,
[AC_DEFINE(HAVE_AS_DEBUG_PREFIX_MAP, 1, [AC_DEFINE(HAVE_AS_DEBUG_PREFIX_MAP, 1,
[Define if your assembler supports the --debug-prefix-map option.])]) [Define if your assembler supports the --debug-prefix-map option.])])
fi fi
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment