Commit 57116d8d by Ulrich Weigand Committed by Ulrich Weigand

configure.ac (gcc_cv_as_dwarf2_debug_line): Enable test for s390*-*-* targets by…

configure.ac (gcc_cv_as_dwarf2_debug_line): Enable test for s390*-*-* targets by specifying a 'nop' insn.

	* configure.ac (gcc_cv_as_dwarf2_debug_line): Enable test for
	s390*-*-* targets by specifying a 'nop' insn.
	* configure: Regenerate.

From-SVN: r76934
parent f64f4406
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
......
......@@ -10918,7 +10918,7 @@ case "$target" in
| xstormy16*-*-* | cris-*-* | xtensa-*-*)
insn="nop"
;;
ia64*-*-*)
ia64*-*-* | s390*-*-*)
insn="nop 0"
;;
mmix-*-*)
......
......@@ -2472,7 +2472,7 @@ case "$target" in
| xstormy16*-*-* | cris-*-* | xtensa-*-*)
insn="nop"
;;
ia64*-*-*)
ia64*-*-* | s390*-*-*)
insn="nop 0"
;;
mmix-*-*)
......
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