Commit 7c22e690 by Claudiu Zissulescu Committed by Claudiu Zissulescu

[ARC] Check the assembler for gdwar2 support.

gcc/
2017-09-18  Claudiu Zissulescu  <claziss@synopsys.com>

	* configure.ac: Add arc and check if assembler supports gdwar2.
	* configure: Regenerate.

From-SVN: r252927
parent 10d8c51f
2017-09-18 Claudiu Zissulescu <claziss@synopsys.com>
* configure.ac: Add arc and check if assembler supports gdwarf2.
* configure: Regenerate.
2017-09-18 Richard Biener <rguenther@suse.de> 2017-09-18 Richard Biener <rguenther@suse.de>
PR tree-optimization/82220 PR tree-optimization/82220
......
...@@ -27664,9 +27664,9 @@ esac ...@@ -27664,9 +27664,9 @@ esac
# ??? Once 2.11 is released, probably need to add first known working # ??? Once 2.11 is released, probably need to add first known working
# version to the per-target configury. # version to the per-target configury.
case "$cpu_type" in case "$cpu_type" in
aarch64 | alpha | arm | avr | bfin | cris | i386 | m32c | m68k | microblaze \ aarch64 | alpha | arc | arm | avr | bfin | cris | i386 | m32c | m68k \
| mips | nios2 | pa | riscv | rs6000 | score | sparc | spu | tilegx \ | microblaze | mips | nios2 | pa | riscv | rs6000 | score | sparc | spu \
| tilepro | visium | xstormy16 | xtensa) | tilegx | tilepro | visium | xstormy16 | xtensa)
insn="nop" insn="nop"
;; ;;
ia64 | s390) ia64 | s390)
......
...@@ -4810,9 +4810,9 @@ esac ...@@ -4810,9 +4810,9 @@ esac
# ??? Once 2.11 is released, probably need to add first known working # ??? Once 2.11 is released, probably need to add first known working
# version to the per-target configury. # version to the per-target configury.
case "$cpu_type" in case "$cpu_type" in
aarch64 | alpha | arm | avr | bfin | cris | i386 | m32c | m68k | microblaze \ aarch64 | alpha | arc | arm | avr | bfin | cris | i386 | m32c | m68k \
| mips | nios2 | pa | riscv | rs6000 | score | sparc | spu | tilegx \ | microblaze | mips | nios2 | pa | riscv | rs6000 | score | sparc | spu \
| tilepro | visium | xstormy16 | xtensa) | tilegx | tilepro | visium | xstormy16 | xtensa)
insn="nop" insn="nop"
;; ;;
ia64 | s390) ia64 | s390)
......
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