diff options
author | Chung-Ju Wu <jasonwucj@gmail.com> | 2019-04-15 07:39:20 +0000 |
---|---|---|
committer | Chung-Ju Wu <jasonwucj@gcc.gnu.org> | 2019-04-15 07:39:20 +0000 |
commit | 303ebdaf6c830b6114527ec0afb659b306846753 (patch) | |
tree | 28281f289311957509ee9263051cec344113c655 /gcc | |
parent | edae4cfffb301d4658950e3e1e625c20d87a74c3 (diff) | |
download | gcc-303ebdaf6c830b6114527ec0afb659b306846753.zip gcc-303ebdaf6c830b6114527ec0afb659b306846753.tar.gz gcc-303ebdaf6c830b6114527ec0afb659b306846753.tar.bz2 |
[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
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 5 | ||||
-rwxr-xr-x | gcc/configure | 2 | ||||
-rw-r--r-- | gcc/configure.ac | 2 |
3 files changed, 7 insertions, 2 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index a41417b..cfd1589 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -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 diff --git a/gcc/configure b/gcc/configure index ba9c3dc..3dcf775 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 b49670a..51f520c 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" ;; |