[NDS32] Provide one valid nds32 assembly instruction to check assembler debugging...
authorChung-Ju Wu <jasonwucj@gmail.com>
Mon, 15 Apr 2019 07:39:20 +0000 (07:39 +0000)
committerChung-Ju Wu <jasonwucj@gcc.gnu.org>
Mon, 15 Apr 2019 07:39:20 +0000 (07:39 +0000)
gcc/
* configure: Add nds32 target for dwarf2 debug_line checking.
* configure.ac: Regenerated.

From-SVN: r270359

gcc/ChangeLog
gcc/configure
gcc/configure.ac

index a41417bbcbd58a3de8591414805c89f45dccd422..cfd15892a114fcaee7fa41169a3dae0c47c6930e 100644 (file)
@@ -1,3 +1,8 @@
+2019-04-15  Chung-Ju Wu  <jasonwucj@gmail.com>
+
+       * configure: Add nds32 target for dwarf2 debug_line checking.
+       * configure.ac: Regenerated.
+
 2019-04-14  Jan Hubicka  <hubicka@ucw.cz>
 
        PR lto/89358
index ba9c3dc69db2a2cda58be53c3b34ad7907775967..3dcf7752b7f449e42128a468302842308cf13f01 100755 (executable)
@@ -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"
     ;;
index b49670ad2d997f3c4c03647c4824badb53c58295..51f520c150842183d7a584acdf37a68701237364 100644 (file)
@@ -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"
     ;;