Add new nds32 port, including machine description, libgcc, and documentation.
commiteae21ed177bec1982cab2f69450f3743cd764629
authorjasonwucj <jasonwucj@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 31 Oct 2013 17:08:16 +0000 (31 17:08 +0000)
committerjasonwucj <jasonwucj@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 31 Oct 2013 17:08:16 +0000 (31 17:08 +0000)
tree5479731a485c268d194925363d10034093696843
parent0244be3132f66bd9c87a5ab82334fa106df9c32f
Add new nds32 port, including machine description, libgcc, and documentation.

[gcc/ChangeLog]
* config.gcc (nds32*-*-*): Add nds32 target.
* config/nds32/nds32.c: New file.
* config/nds32/nds32.h: New file.
* config/nds32/nds32.md: New file.
* config/nds32/constants.md: New file.
* config/nds32/constraints.md: New file.
* config/nds32/iterators.md: New file.
* config/nds32/nds32-doubleword.md: New file.
* config/nds32/nds32-intrinsic.md: New file.
* config/nds32/nds32_intrinsic.h: New file.
* config/nds32/nds32-modes.def: New file.
* config/nds32/nds32-multiple.md: New file.
* config/nds32/nds32.opt: New file.
* config/nds32/nds32-opts.h: New file.
* config/nds32/nds32-protos.h: New file.
* config/nds32/nds32-peephole2.md: New file.
* config/nds32/pipelines.md: New file.
* config/nds32/predicates.md: New file.
* config/nds32/t-mlibs: New file.
* common/config/nds32: New directory and files.

* doc/invoke.texi (NDS32 options): Document nds32 specific options.
* doc/md.texi (NDS32 family): Document nds32 specific constraints.
* doc/install.texi (Cross-Compiler-Specific Options): Document
--with-nds32-lib for nds32 target.
* doc/extend.texi (Function Attributes, Target Builtins): Document
nds32 specific attributes.

[libgcc/ChangeLog]
* config.host (nds32*-elf*): Add nds32 target.
* config/nds32 : New directory and files.

[contrib/ChangeLog]
* config-list.mk (nds32le-elf, nds32be-elf): Add nds32 target.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@204269 138bc75d-0d04-0410-961f-82ee72b054a4
284 files changed:
contrib/ChangeLog
contrib/config-list.mk
gcc/ChangeLog
gcc/common/config/nds32/nds32-common.c [new file with mode: 0644]
gcc/config.gcc
gcc/config/nds32/constants.md [new file with mode: 0644]
gcc/config/nds32/constraints.md [new file with mode: 0644]
gcc/config/nds32/iterators.md [new file with mode: 0644]
gcc/config/nds32/nds32-doubleword.md [new file with mode: 0644]
gcc/config/nds32/nds32-intrinsic.md [new file with mode: 0644]
gcc/config/nds32/nds32-modes.def [new file with mode: 0644]
gcc/config/nds32/nds32-multiple.md [new file with mode: 0644]
gcc/config/nds32/nds32-opts.h [new file with mode: 0644]
gcc/config/nds32/nds32-peephole2.md [new file with mode: 0644]
gcc/config/nds32/nds32-protos.h [new file with mode: 0644]
gcc/config/nds32/nds32.c [new file with mode: 0644]
gcc/config/nds32/nds32.h [new file with mode: 0644]
gcc/config/nds32/nds32.md [new file with mode: 0644]
gcc/config/nds32/nds32.opt [new file with mode: 0644]
gcc/config/nds32/nds32_intrinsic.h [new file with mode: 0644]
gcc/config/nds32/pipelines.md [new file with mode: 0644]
gcc/config/nds32/predicates.md [new file with mode: 0644]
gcc/config/nds32/t-mlibs [new file with mode: 0644]
gcc/doc/extend.texi
gcc/doc/install.texi
gcc/doc/invoke.texi
gcc/doc/md.texi
libgcc/ChangeLog
libgcc/config.host
libgcc/config/nds32/crtzero.S [new file with mode: 0644]
libgcc/config/nds32/initfini.c [new file with mode: 0644]
libgcc/config/nds32/isr-library/adj_intr_lvl.inc [new file with mode: 0644]
libgcc/config/nds32/isr-library/excp_isr.S [new file with mode: 0644]
libgcc/config/nds32/isr-library/excp_isr_4b.S [new file with mode: 0644]
libgcc/config/nds32/isr-library/intr_isr.S [new file with mode: 0644]
libgcc/config/nds32/isr-library/intr_isr_4b.S [new file with mode: 0644]
libgcc/config/nds32/isr-library/jmptbl_vid00.S [new file with mode: 0644]
libgcc/config/nds32/isr-library/jmptbl_vid01.S [new file with mode: 0644]
libgcc/config/nds32/isr-library/jmptbl_vid02.S [new file with mode: 0644]
libgcc/config/nds32/isr-library/jmptbl_vid03.S [new file with mode: 0644]
libgcc/config/nds32/isr-library/jmptbl_vid04.S [new file with mode: 0644]
libgcc/config/nds32/isr-library/jmptbl_vid05.S [new file with mode: 0644]
libgcc/config/nds32/isr-library/jmptbl_vid06.S [new file with mode: 0644]
libgcc/config/nds32/isr-library/jmptbl_vid07.S [new file with mode: 0644]
libgcc/config/nds32/isr-library/jmptbl_vid08.S [new file with mode: 0644]
libgcc/config/nds32/isr-library/jmptbl_vid09.S [new file with mode: 0644]
libgcc/config/nds32/isr-library/jmptbl_vid10.S [new file with mode: 0644]
libgcc/config/nds32/isr-library/jmptbl_vid11.S [new file with mode: 0644]
libgcc/config/nds32/isr-library/jmptbl_vid12.S [new file with mode: 0644]
libgcc/config/nds32/isr-library/jmptbl_vid13.S [new file with mode: 0644]
libgcc/config/nds32/isr-library/jmptbl_vid14.S [new file with mode: 0644]
libgcc/config/nds32/isr-library/jmptbl_vid15.S [new file with mode: 0644]
libgcc/config/nds32/isr-library/jmptbl_vid16.S [new file with mode: 0644]
libgcc/config/nds32/isr-library/jmptbl_vid17.S [new file with mode: 0644]
libgcc/config/nds32/isr-library/jmptbl_vid18.S [new file with mode: 0644]
libgcc/config/nds32/isr-library/jmptbl_vid19.S [new file with mode: 0644]
libgcc/config/nds32/isr-library/jmptbl_vid20.S [new file with mode: 0644]
libgcc/config/nds32/isr-library/jmptbl_vid21.S [new file with mode: 0644]
libgcc/config/nds32/isr-library/jmptbl_vid22.S [new file with mode: 0644]
libgcc/config/nds32/isr-library/jmptbl_vid23.S [new file with mode: 0644]
libgcc/config/nds32/isr-library/jmptbl_vid24.S [new file with mode: 0644]
libgcc/config/nds32/isr-library/jmptbl_vid25.S [new file with mode: 0644]
libgcc/config/nds32/isr-library/jmptbl_vid26.S [new file with mode: 0644]
libgcc/config/nds32/isr-library/jmptbl_vid27.S [new file with mode: 0644]
libgcc/config/nds32/isr-library/jmptbl_vid28.S [new file with mode: 0644]
libgcc/config/nds32/isr-library/jmptbl_vid29.S [new file with mode: 0644]
libgcc/config/nds32/isr-library/jmptbl_vid30.S [new file with mode: 0644]
libgcc/config/nds32/isr-library/jmptbl_vid31.S [new file with mode: 0644]
libgcc/config/nds32/isr-library/jmptbl_vid32.S [new file with mode: 0644]
libgcc/config/nds32/isr-library/jmptbl_vid33.S [new file with mode: 0644]
libgcc/config/nds32/isr-library/jmptbl_vid34.S [new file with mode: 0644]
libgcc/config/nds32/isr-library/jmptbl_vid35.S [new file with mode: 0644]
libgcc/config/nds32/isr-library/jmptbl_vid36.S [new file with mode: 0644]
libgcc/config/nds32/isr-library/jmptbl_vid37.S [new file with mode: 0644]
libgcc/config/nds32/isr-library/jmptbl_vid38.S [new file with mode: 0644]
libgcc/config/nds32/isr-library/jmptbl_vid39.S [new file with mode: 0644]
libgcc/config/nds32/isr-library/jmptbl_vid40.S [new file with mode: 0644]
libgcc/config/nds32/isr-library/jmptbl_vid41.S [new file with mode: 0644]
libgcc/config/nds32/isr-library/jmptbl_vid42.S [new file with mode: 0644]
libgcc/config/nds32/isr-library/jmptbl_vid43.S [new file with mode: 0644]
libgcc/config/nds32/isr-library/jmptbl_vid44.S [new file with mode: 0644]
libgcc/config/nds32/isr-library/jmptbl_vid45.S [new file with mode: 0644]
libgcc/config/nds32/isr-library/jmptbl_vid46.S [new file with mode: 0644]
libgcc/config/nds32/isr-library/jmptbl_vid47.S [new file with mode: 0644]
libgcc/config/nds32/isr-library/jmptbl_vid48.S [new file with mode: 0644]
libgcc/config/nds32/isr-library/jmptbl_vid49.S [new file with mode: 0644]
libgcc/config/nds32/isr-library/jmptbl_vid50.S [new file with mode: 0644]
libgcc/config/nds32/isr-library/jmptbl_vid51.S [new file with mode: 0644]
libgcc/config/nds32/isr-library/jmptbl_vid52.S [new file with mode: 0644]
libgcc/config/nds32/isr-library/jmptbl_vid53.S [new file with mode: 0644]
libgcc/config/nds32/isr-library/jmptbl_vid54.S [new file with mode: 0644]
libgcc/config/nds32/isr-library/jmptbl_vid55.S [new file with mode: 0644]
libgcc/config/nds32/isr-library/jmptbl_vid56.S [new file with mode: 0644]
libgcc/config/nds32/isr-library/jmptbl_vid57.S [new file with mode: 0644]
libgcc/config/nds32/isr-library/jmptbl_vid58.S [new file with mode: 0644]
libgcc/config/nds32/isr-library/jmptbl_vid59.S [new file with mode: 0644]
libgcc/config/nds32/isr-library/jmptbl_vid60.S [new file with mode: 0644]
libgcc/config/nds32/isr-library/jmptbl_vid61.S [new file with mode: 0644]
libgcc/config/nds32/isr-library/jmptbl_vid62.S [new file with mode: 0644]
libgcc/config/nds32/isr-library/jmptbl_vid63.S [new file with mode: 0644]
libgcc/config/nds32/isr-library/jmptbl_vid64.S [new file with mode: 0644]
libgcc/config/nds32/isr-library/jmptbl_vid65.S [new file with mode: 0644]
libgcc/config/nds32/isr-library/jmptbl_vid66.S [new file with mode: 0644]
libgcc/config/nds32/isr-library/jmptbl_vid67.S [new file with mode: 0644]
libgcc/config/nds32/isr-library/jmptbl_vid68.S [new file with mode: 0644]
libgcc/config/nds32/isr-library/jmptbl_vid69.S [new file with mode: 0644]
libgcc/config/nds32/isr-library/jmptbl_vid70.S [new file with mode: 0644]
libgcc/config/nds32/isr-library/jmptbl_vid71.S [new file with mode: 0644]
libgcc/config/nds32/isr-library/jmptbl_vid72.S [new file with mode: 0644]
libgcc/config/nds32/isr-library/nmih.S [new file with mode: 0644]
libgcc/config/nds32/isr-library/reset.S [new file with mode: 0644]
libgcc/config/nds32/isr-library/reset_4b.S [new file with mode: 0644]
libgcc/config/nds32/isr-library/restore_all.inc [new file with mode: 0644]
libgcc/config/nds32/isr-library/restore_fpu_regs.inc [new file with mode: 0644]
libgcc/config/nds32/isr-library/restore_fpu_regs_00.inc [new file with mode: 0644]
libgcc/config/nds32/isr-library/restore_fpu_regs_01.inc [new file with mode: 0644]
libgcc/config/nds32/isr-library/restore_fpu_regs_02.inc [new file with mode: 0644]
libgcc/config/nds32/isr-library/restore_fpu_regs_03.inc [new file with mode: 0644]
libgcc/config/nds32/isr-library/restore_mac_regs.inc [new file with mode: 0644]
libgcc/config/nds32/isr-library/restore_partial.inc [new file with mode: 0644]
libgcc/config/nds32/isr-library/save_all.inc [new file with mode: 0644]
libgcc/config/nds32/isr-library/save_fpu_regs.inc [new file with mode: 0644]
libgcc/config/nds32/isr-library/save_fpu_regs_00.inc [new file with mode: 0644]
libgcc/config/nds32/isr-library/save_fpu_regs_01.inc [new file with mode: 0644]
libgcc/config/nds32/isr-library/save_fpu_regs_02.inc [new file with mode: 0644]
libgcc/config/nds32/isr-library/save_fpu_regs_03.inc [new file with mode: 0644]
libgcc/config/nds32/isr-library/save_mac_regs.inc [new file with mode: 0644]
libgcc/config/nds32/isr-library/save_partial.inc [new file with mode: 0644]
libgcc/config/nds32/isr-library/vec_vid00.S [new file with mode: 0644]
libgcc/config/nds32/isr-library/vec_vid00_4b.S [new file with mode: 0644]
libgcc/config/nds32/isr-library/vec_vid01.S [new file with mode: 0644]
libgcc/config/nds32/isr-library/vec_vid01_4b.S [new file with mode: 0644]
libgcc/config/nds32/isr-library/vec_vid02.S [new file with mode: 0644]
libgcc/config/nds32/isr-library/vec_vid02_4b.S [new file with mode: 0644]
libgcc/config/nds32/isr-library/vec_vid03.S [new file with mode: 0644]
libgcc/config/nds32/isr-library/vec_vid03_4b.S [new file with mode: 0644]
libgcc/config/nds32/isr-library/vec_vid04.S [new file with mode: 0644]
libgcc/config/nds32/isr-library/vec_vid04_4b.S [new file with mode: 0644]
libgcc/config/nds32/isr-library/vec_vid05.S [new file with mode: 0644]
libgcc/config/nds32/isr-library/vec_vid05_4b.S [new file with mode: 0644]
libgcc/config/nds32/isr-library/vec_vid06.S [new file with mode: 0644]
libgcc/config/nds32/isr-library/vec_vid06_4b.S [new file with mode: 0644]
libgcc/config/nds32/isr-library/vec_vid07.S [new file with mode: 0644]
libgcc/config/nds32/isr-library/vec_vid07_4b.S [new file with mode: 0644]
libgcc/config/nds32/isr-library/vec_vid08.S [new file with mode: 0644]
libgcc/config/nds32/isr-library/vec_vid08_4b.S [new file with mode: 0644]
libgcc/config/nds32/isr-library/vec_vid09.S [new file with mode: 0644]
libgcc/config/nds32/isr-library/vec_vid09_4b.S [new file with mode: 0644]
libgcc/config/nds32/isr-library/vec_vid10.S [new file with mode: 0644]
libgcc/config/nds32/isr-library/vec_vid10_4b.S [new file with mode: 0644]
libgcc/config/nds32/isr-library/vec_vid11.S [new file with mode: 0644]
libgcc/config/nds32/isr-library/vec_vid11_4b.S [new file with mode: 0644]
libgcc/config/nds32/isr-library/vec_vid12.S [new file with mode: 0644]
libgcc/config/nds32/isr-library/vec_vid12_4b.S [new file with mode: 0644]
libgcc/config/nds32/isr-library/vec_vid13.S [new file with mode: 0644]
libgcc/config/nds32/isr-library/vec_vid13_4b.S [new file with mode: 0644]
libgcc/config/nds32/isr-library/vec_vid14.S [new file with mode: 0644]
libgcc/config/nds32/isr-library/vec_vid14_4b.S [new file with mode: 0644]
libgcc/config/nds32/isr-library/vec_vid15.S [new file with mode: 0644]
libgcc/config/nds32/isr-library/vec_vid15_4b.S [new file with mode: 0644]
libgcc/config/nds32/isr-library/vec_vid16.S [new file with mode: 0644]
libgcc/config/nds32/isr-library/vec_vid16_4b.S [new file with mode: 0644]
libgcc/config/nds32/isr-library/vec_vid17.S [new file with mode: 0644]
libgcc/config/nds32/isr-library/vec_vid17_4b.S [new file with mode: 0644]
libgcc/config/nds32/isr-library/vec_vid18.S [new file with mode: 0644]
libgcc/config/nds32/isr-library/vec_vid18_4b.S [new file with mode: 0644]
libgcc/config/nds32/isr-library/vec_vid19.S [new file with mode: 0644]
libgcc/config/nds32/isr-library/vec_vid19_4b.S [new file with mode: 0644]
libgcc/config/nds32/isr-library/vec_vid20.S [new file with mode: 0644]
libgcc/config/nds32/isr-library/vec_vid20_4b.S [new file with mode: 0644]
libgcc/config/nds32/isr-library/vec_vid21.S [new file with mode: 0644]
libgcc/config/nds32/isr-library/vec_vid21_4b.S [new file with mode: 0644]
libgcc/config/nds32/isr-library/vec_vid22.S [new file with mode: 0644]
libgcc/config/nds32/isr-library/vec_vid22_4b.S [new file with mode: 0644]
libgcc/config/nds32/isr-library/vec_vid23.S [new file with mode: 0644]
libgcc/config/nds32/isr-library/vec_vid23_4b.S [new file with mode: 0644]
libgcc/config/nds32/isr-library/vec_vid24.S [new file with mode: 0644]
libgcc/config/nds32/isr-library/vec_vid24_4b.S [new file with mode: 0644]
libgcc/config/nds32/isr-library/vec_vid25.S [new file with mode: 0644]
libgcc/config/nds32/isr-library/vec_vid25_4b.S [new file with mode: 0644]
libgcc/config/nds32/isr-library/vec_vid26.S [new file with mode: 0644]
libgcc/config/nds32/isr-library/vec_vid26_4b.S [new file with mode: 0644]
libgcc/config/nds32/isr-library/vec_vid27.S [new file with mode: 0644]
libgcc/config/nds32/isr-library/vec_vid27_4b.S [new file with mode: 0644]
libgcc/config/nds32/isr-library/vec_vid28.S [new file with mode: 0644]
libgcc/config/nds32/isr-library/vec_vid28_4b.S [new file with mode: 0644]
libgcc/config/nds32/isr-library/vec_vid29.S [new file with mode: 0644]
libgcc/config/nds32/isr-library/vec_vid29_4b.S [new file with mode: 0644]
libgcc/config/nds32/isr-library/vec_vid30.S [new file with mode: 0644]
libgcc/config/nds32/isr-library/vec_vid30_4b.S [new file with mode: 0644]
libgcc/config/nds32/isr-library/vec_vid31.S [new file with mode: 0644]
libgcc/config/nds32/isr-library/vec_vid31_4b.S [new file with mode: 0644]
libgcc/config/nds32/isr-library/vec_vid32.S [new file with mode: 0644]
libgcc/config/nds32/isr-library/vec_vid32_4b.S [new file with mode: 0644]
libgcc/config/nds32/isr-library/vec_vid33.S [new file with mode: 0644]
libgcc/config/nds32/isr-library/vec_vid33_4b.S [new file with mode: 0644]
libgcc/config/nds32/isr-library/vec_vid34.S [new file with mode: 0644]
libgcc/config/nds32/isr-library/vec_vid34_4b.S [new file with mode: 0644]
libgcc/config/nds32/isr-library/vec_vid35.S [new file with mode: 0644]
libgcc/config/nds32/isr-library/vec_vid35_4b.S [new file with mode: 0644]
libgcc/config/nds32/isr-library/vec_vid36.S [new file with mode: 0644]
libgcc/config/nds32/isr-library/vec_vid36_4b.S [new file with mode: 0644]
libgcc/config/nds32/isr-library/vec_vid37.S [new file with mode: 0644]
libgcc/config/nds32/isr-library/vec_vid37_4b.S [new file with mode: 0644]
libgcc/config/nds32/isr-library/vec_vid38.S [new file with mode: 0644]
libgcc/config/nds32/isr-library/vec_vid38_4b.S [new file with mode: 0644]
libgcc/config/nds32/isr-library/vec_vid39.S [new file with mode: 0644]
libgcc/config/nds32/isr-library/vec_vid39_4b.S [new file with mode: 0644]
libgcc/config/nds32/isr-library/vec_vid40.S [new file with mode: 0644]
libgcc/config/nds32/isr-library/vec_vid40_4b.S [new file with mode: 0644]
libgcc/config/nds32/isr-library/vec_vid41.S [new file with mode: 0644]
libgcc/config/nds32/isr-library/vec_vid41_4b.S [new file with mode: 0644]
libgcc/config/nds32/isr-library/vec_vid42.S [new file with mode: 0644]
libgcc/config/nds32/isr-library/vec_vid42_4b.S [new file with mode: 0644]
libgcc/config/nds32/isr-library/vec_vid43.S [new file with mode: 0644]
libgcc/config/nds32/isr-library/vec_vid43_4b.S [new file with mode: 0644]
libgcc/config/nds32/isr-library/vec_vid44.S [new file with mode: 0644]
libgcc/config/nds32/isr-library/vec_vid44_4b.S [new file with mode: 0644]
libgcc/config/nds32/isr-library/vec_vid45.S [new file with mode: 0644]
libgcc/config/nds32/isr-library/vec_vid45_4b.S [new file with mode: 0644]
libgcc/config/nds32/isr-library/vec_vid46.S [new file with mode: 0644]
libgcc/config/nds32/isr-library/vec_vid46_4b.S [new file with mode: 0644]
libgcc/config/nds32/isr-library/vec_vid47.S [new file with mode: 0644]
libgcc/config/nds32/isr-library/vec_vid47_4b.S [new file with mode: 0644]
libgcc/config/nds32/isr-library/vec_vid48.S [new file with mode: 0644]
libgcc/config/nds32/isr-library/vec_vid48_4b.S [new file with mode: 0644]
libgcc/config/nds32/isr-library/vec_vid49.S [new file with mode: 0644]
libgcc/config/nds32/isr-library/vec_vid49_4b.S [new file with mode: 0644]
libgcc/config/nds32/isr-library/vec_vid50.S [new file with mode: 0644]
libgcc/config/nds32/isr-library/vec_vid50_4b.S [new file with mode: 0644]
libgcc/config/nds32/isr-library/vec_vid51.S [new file with mode: 0644]
libgcc/config/nds32/isr-library/vec_vid51_4b.S [new file with mode: 0644]
libgcc/config/nds32/isr-library/vec_vid52.S [new file with mode: 0644]
libgcc/config/nds32/isr-library/vec_vid52_4b.S [new file with mode: 0644]
libgcc/config/nds32/isr-library/vec_vid53.S [new file with mode: 0644]
libgcc/config/nds32/isr-library/vec_vid53_4b.S [new file with mode: 0644]
libgcc/config/nds32/isr-library/vec_vid54.S [new file with mode: 0644]
libgcc/config/nds32/isr-library/vec_vid54_4b.S [new file with mode: 0644]
libgcc/config/nds32/isr-library/vec_vid55.S [new file with mode: 0644]
libgcc/config/nds32/isr-library/vec_vid55_4b.S [new file with mode: 0644]
libgcc/config/nds32/isr-library/vec_vid56.S [new file with mode: 0644]
libgcc/config/nds32/isr-library/vec_vid56_4b.S [new file with mode: 0644]
libgcc/config/nds32/isr-library/vec_vid57.S [new file with mode: 0644]
libgcc/config/nds32/isr-library/vec_vid57_4b.S [new file with mode: 0644]
libgcc/config/nds32/isr-library/vec_vid58.S [new file with mode: 0644]
libgcc/config/nds32/isr-library/vec_vid58_4b.S [new file with mode: 0644]
libgcc/config/nds32/isr-library/vec_vid59.S [new file with mode: 0644]
libgcc/config/nds32/isr-library/vec_vid59_4b.S [new file with mode: 0644]
libgcc/config/nds32/isr-library/vec_vid60.S [new file with mode: 0644]
libgcc/config/nds32/isr-library/vec_vid60_4b.S [new file with mode: 0644]
libgcc/config/nds32/isr-library/vec_vid61.S [new file with mode: 0644]
libgcc/config/nds32/isr-library/vec_vid61_4b.S [new file with mode: 0644]
libgcc/config/nds32/isr-library/vec_vid62.S [new file with mode: 0644]
libgcc/config/nds32/isr-library/vec_vid62_4b.S [new file with mode: 0644]
libgcc/config/nds32/isr-library/vec_vid63.S [new file with mode: 0644]
libgcc/config/nds32/isr-library/vec_vid63_4b.S [new file with mode: 0644]
libgcc/config/nds32/isr-library/vec_vid64.S [new file with mode: 0644]
libgcc/config/nds32/isr-library/vec_vid64_4b.S [new file with mode: 0644]
libgcc/config/nds32/isr-library/vec_vid65.S [new file with mode: 0644]
libgcc/config/nds32/isr-library/vec_vid65_4b.S [new file with mode: 0644]
libgcc/config/nds32/isr-library/vec_vid66.S [new file with mode: 0644]
libgcc/config/nds32/isr-library/vec_vid66_4b.S [new file with mode: 0644]
libgcc/config/nds32/isr-library/vec_vid67.S [new file with mode: 0644]
libgcc/config/nds32/isr-library/vec_vid67_4b.S [new file with mode: 0644]
libgcc/config/nds32/isr-library/vec_vid68.S [new file with mode: 0644]
libgcc/config/nds32/isr-library/vec_vid68_4b.S [new file with mode: 0644]
libgcc/config/nds32/isr-library/vec_vid69.S [new file with mode: 0644]
libgcc/config/nds32/isr-library/vec_vid69_4b.S [new file with mode: 0644]
libgcc/config/nds32/isr-library/vec_vid70.S [new file with mode: 0644]
libgcc/config/nds32/isr-library/vec_vid70_4b.S [new file with mode: 0644]
libgcc/config/nds32/isr-library/vec_vid71.S [new file with mode: 0644]
libgcc/config/nds32/isr-library/vec_vid71_4b.S [new file with mode: 0644]
libgcc/config/nds32/isr-library/vec_vid72.S [new file with mode: 0644]
libgcc/config/nds32/isr-library/vec_vid72_4b.S [new file with mode: 0644]
libgcc/config/nds32/isr-library/wrh.S [new file with mode: 0644]
libgcc/config/nds32/lib1asmsrc-mculib.S [new file with mode: 0644]
libgcc/config/nds32/lib1asmsrc-newlib.S [new file with mode: 0644]
libgcc/config/nds32/lib2csrc-mculib/_clzdi2.c [new file with mode: 0644]
libgcc/config/nds32/lib2csrc-mculib/_clzsi2.c [new file with mode: 0644]
libgcc/config/nds32/sfp-machine.h [new file with mode: 0644]
libgcc/config/nds32/t-nds32 [new file with mode: 0644]
libgcc/config/nds32/t-nds32-isr [new file with mode: 0644]
libgcc/config/nds32/t-nds32-mculib [new file with mode: 0644]
libgcc/config/nds32/t-nds32-newlib [new file with mode: 0644]