[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
This commit is contained in:
parent
edae4cfffb
commit
303ebdaf6c
@ -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>
|
2019-04-14 Jan Hubicka <hubicka@ucw.cz>
|
||||||
|
|
||||||
PR lto/89358
|
PR lto/89358
|
||||||
|
2
gcc/configure
vendored
2
gcc/configure
vendored
@ -27813,7 +27813,7 @@ esac
|
|||||||
# version to the per-target configury.
|
# version to the per-target configury.
|
||||||
case "$cpu_type" in
|
case "$cpu_type" in
|
||||||
aarch64 | alpha | arc | arm | avr | bfin | cris | csky | i386 | m32c | m68k \
|
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)
|
| tilegx | tilepro | visium | xstormy16 | xtensa)
|
||||||
insn="nop"
|
insn="nop"
|
||||||
;;
|
;;
|
||||||
|
@ -4941,7 +4941,7 @@ esac
|
|||||||
# version to the per-target configury.
|
# version to the per-target configury.
|
||||||
case "$cpu_type" in
|
case "$cpu_type" in
|
||||||
aarch64 | alpha | arc | arm | avr | bfin | cris | csky | i386 | m32c | m68k \
|
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)
|
| tilegx | tilepro | visium | xstormy16 | xtensa)
|
||||||
insn="nop"
|
insn="nop"
|
||||||
;;
|
;;
|
||||||
|
Loading…
Reference in New Issue
Block a user