Commit f8000836 by Nick Clifton Committed by Nick Clifton

Add xstormy16 to list of targets that has a nop instruction and hence which can...

Add xstormy16 to list of targets that has a nop	instruction and hence which
can be tested to see if the assembler supports the --gdwarf2 switch.

From-SVN: r66374
parent 4b6eac52
2003-05-02 Nick Clifton <nickc@redhat.com>
* configure.in: Add xstormy16 to list of targets that has a nop
instruction and hence which can be tested to see if the
assembler supports the --gdwarf2 switch.
* configure: Regenerate.
2003-05-01 Falk Hueffner <falk.hueffner@student.uni-tuebingen.de>
PR target/8257
......
......@@ -2427,7 +2427,7 @@ gcc_cv_as_dwarf2_debug_line=no
# version to the per-target configury.
case "$target" in
i?86*-*-* | mips*-*-* | alpha*-*-* | powerpc*-*-* | sparc*-*-* | m68*-*-* \
| x86_64*-*-* | hppa*-*-* | arm*-*-* | strongarm*-*-* | xscale*-*-*)
| x86_64*-*-* | hppa*-*-* | arm*-*-* | strongarm*-*-* | xscale*-*-* | xstormy16*-*-*)
insn="nop"
;;
ia64*-*-*)
......
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