From 7c22e690457a1adcb16c599416f4aa9fa83fc353 Mon Sep 17 00:00:00 2001 From: Claudiu Zissulescu Date: Mon, 18 Sep 2017 15:56:01 +0200 Subject: [PATCH] [ARC] Check the assembler for gdwar2 support. gcc/ 2017-09-18 Claudiu Zissulescu * configure.ac: Add arc and check if assembler supports gdwar2. * configure: Regenerate. From-SVN: r252927 --- gcc/ChangeLog | 5 +++++ gcc/configure | 6 +++--- gcc/configure.ac | 6 +++--- 3 files changed, 11 insertions(+), 6 deletions(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 9c2a685c38e..39bae5be959 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2017-09-18 Claudiu Zissulescu + + * configure.ac: Add arc and check if assembler supports gdwarf2. + * configure: Regenerate. + 2017-09-18 Richard Biener PR tree-optimization/82220 diff --git a/gcc/configure b/gcc/configure index 9cee6700a08..13f97cd3663 100755 --- a/gcc/configure +++ b/gcc/configure @@ -27664,9 +27664,9 @@ esac # ??? Once 2.11 is released, probably need to add first known working # version to the per-target configury. case "$cpu_type" in - aarch64 | alpha | arm | avr | bfin | cris | i386 | m32c | m68k | microblaze \ - | mips | nios2 | pa | riscv | rs6000 | score | sparc | spu | tilegx \ - | tilepro | visium | xstormy16 | xtensa) + aarch64 | alpha | arc | arm | avr | bfin | cris | i386 | m32c | m68k \ + | microblaze | mips | nios2 | pa | riscv | rs6000 | score | sparc | spu \ + | tilegx | tilepro | visium | xstormy16 | xtensa) insn="nop" ;; ia64 | s390) diff --git a/gcc/configure.ac b/gcc/configure.ac index 0c0e3597cda..82711389281 100644 --- a/gcc/configure.ac +++ b/gcc/configure.ac @@ -4810,9 +4810,9 @@ esac # ??? Once 2.11 is released, probably need to add first known working # version to the per-target configury. case "$cpu_type" in - aarch64 | alpha | arm | avr | bfin | cris | i386 | m32c | m68k | microblaze \ - | mips | nios2 | pa | riscv | rs6000 | score | sparc | spu | tilegx \ - | tilepro | visium | xstormy16 | xtensa) + aarch64 | alpha | arc | arm | avr | bfin | cris | i386 | m32c | m68k \ + | microblaze | mips | nios2 | pa | riscv | rs6000 | score | sparc | spu \ + | tilegx | tilepro | visium | xstormy16 | xtensa) insn="nop" ;; ia64 | s390) -- 2.30.2