From: Chung-Ju Wu Date: Mon, 15 Apr 2019 07:39:20 +0000 (+0000) Subject: [NDS32] Provide one valid nds32 assembly instruction to check assembler debugging... X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=303ebdaf6c830b6114527ec0afb659b306846753;p=gcc.git [NDS32] Provide one valid nds32 assembly instruction to check assembler debugging options and features. gcc/ * configure: Add nds32 target for dwarf2 debug_line checking. * configure.ac: Regenerated. From-SVN: r270359 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index a41417bbcbd..cfd15892a11 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2019-04-15 Chung-Ju Wu + + * configure: Add nds32 target for dwarf2 debug_line checking. + * configure.ac: Regenerated. + 2019-04-14 Jan Hubicka PR lto/89358 diff --git a/gcc/configure b/gcc/configure index ba9c3dc69db..3dcf7752b7f 100755 --- a/gcc/configure +++ b/gcc/configure @@ -27813,7 +27813,7 @@ esac # version to the per-target configury. case "$cpu_type" in aarch64 | alpha | arc | arm | avr | bfin | cris | csky | i386 | m32c | m68k \ - | microblaze | mips | nios2 | pa | riscv | rs6000 | score | sparc | spu \ + | microblaze | mips | nds32 | nios2 | pa | riscv | rs6000 | score | sparc | spu \ | tilegx | tilepro | visium | xstormy16 | xtensa) insn="nop" ;; diff --git a/gcc/configure.ac b/gcc/configure.ac index b49670ad2d9..51f520c1508 100644 --- a/gcc/configure.ac +++ b/gcc/configure.ac @@ -4941,7 +4941,7 @@ esac # version to the per-target configury. case "$cpu_type" in aarch64 | alpha | arc | arm | avr | bfin | cris | csky | i386 | m32c | m68k \ - | microblaze | mips | nios2 | pa | riscv | rs6000 | score | sparc | spu \ + | microblaze | mips | nds32 | nios2 | pa | riscv | rs6000 | score | sparc | spu \ | tilegx | tilepro | visium | xstormy16 | xtensa) insn="nop" ;;