configure.ac (gcc_cv_as_dwarf2_debug_line): Enable test for s390*-*-* targets by...
authorUlrich Weigand <uweigand@de.ibm.com>
Fri, 30 Jan 2004 09:07:21 +0000 (09:07 +0000)
committerUlrich Weigand <uweigand@gcc.gnu.org>
Fri, 30 Jan 2004 09:07:21 +0000 (09:07 +0000)
* configure.ac (gcc_cv_as_dwarf2_debug_line): Enable test for
s390*-*-* targets by specifying a 'nop' insn.
* configure: Regenerate.

From-SVN: r76934

gcc/ChangeLog
gcc/configure
gcc/configure.ac

index 87f4728..c5a2a66 100644 (file)
@@ -1,3 +1,9 @@
+2004-01-30  Ulrich Weigand  <uweigand@de.ibm.com>
+
+       * configure.ac (gcc_cv_as_dwarf2_debug_line): Enable test for
+       s390*-*-* targets by specifying a 'nop' insn.
+       * configure: Regenerate.
+
 2004-01-30  Eric Botcazou  <ebotcazou@libertysurf.fr>
 
        PR target/11475
index 4765385..1c99d89 100755 (executable)
@@ -10918,7 +10918,7 @@ case "$target" in
   | xstormy16*-*-* | cris-*-* | xtensa-*-*)
     insn="nop"
     ;;
-  ia64*-*-*)
+  ia64*-*-* | s390*-*-*)
     insn="nop 0"
     ;;
   mmix-*-*)
index 28c3220..c29ddaa 100644 (file)
@@ -2472,7 +2472,7 @@ case "$target" in
   | xstormy16*-*-* | cris-*-* | xtensa-*-*)
     insn="nop"
     ;;
-  ia64*-*-*)
+  ia64*-*-* | s390*-*-*)
     insn="nop 0"
     ;;
   mmix-*-*)