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-Tag: basepoints/gcc-10~169 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=303ebdaf6c830b6114527ec0afb659b306846753;p=thirdparty%2Fgcc.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 a41417bbcbd5..cfd15892a114 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 ba9c3dc69db2..3dcf7752b7f4 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 b49670ad2d99..51f520c15084 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" ;;