aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2007-08-25 18:32:33 +0100
committerJoseph Myers <jsm28@gcc.gnu.org>2007-08-25 18:32:33 +0100
commit303a4698dead718f4c511625fa34320b50f7ce9a (patch)
tree0445b4792e3e62918015f3680a05df5a549221b7 /gcc
parent58f9752a2aca436f706dbc64e6c92f10aae95936 (diff)
downloadgcc-303a4698dead718f4c511625fa34320b50f7ce9a.zip
gcc-303a4698dead718f4c511625fa34320b50f7ce9a.tar.gz
gcc-303a4698dead718f4c511625fa34320b50f7ce9a.tar.bz2
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
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog6
-rwxr-xr-xgcc/configure2
-rw-r--r--gcc/configure.ac2
3 files changed, 8 insertions, 2 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index c3b4ff9..bedd6ad 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,9 @@
+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>
* c-common.c (vector_types_convertible_p,
diff --git a/gcc/configure b/gcc/configure
index 82e4edd..1c5d90e 100755
--- a/gcc/configure
+++ b/gcc/configure
@@ -16276,7 +16276,7 @@ if test "${gcc_cv_as_debug_prefix_map_flag+set}" = set; then
else
gcc_cv_as_debug_prefix_map_flag=no
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
fi
elif test x$gcc_cv_as != x; then
diff --git a/gcc/configure.ac b/gcc/configure.ac
index b01f5c0..00f5b8a 100644
--- a/gcc/configure.ac
+++ b/gcc/configure.ac
@@ -3103,7 +3103,7 @@ if test x"$insn" != x; then
gcc_GAS_CHECK_FEATURE([--debug-prefix-map option],
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,
[Define if your assembler supports the --debug-prefix-map option.])])
fi