OSDN Git Service

Backend for Motorola's MCore processors.
authornickc <nickc@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 14 Feb 2000 22:51:36 +0000 (22:51 +0000)
committernickc <nickc@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 14 Feb 2000 22:51:36 +0000 (22:51 +0000)
commit1bba6ac06e58e57004d2c7e753eabdc53fba31d1
tree46e2297952ebf8e12e5a9bdc2b6a9087d7412780
parentb5b02c607a705c50f4b838e2dce318abeaaa274d
Backend for Motorola's MCore processors.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@31972 138bc75d-0d04-0410-961f-82ee72b054a4
13 files changed:
gcc/config/mcore/crti.asm [new file with mode: 0644]
gcc/config/mcore/crtn.asm [new file with mode: 0644]
gcc/config/mcore/gfloat.h [new file with mode: 0644]
gcc/config/mcore/lib1.asm [new file with mode: 0644]
gcc/config/mcore/mcore-elf.h [new file with mode: 0644]
gcc/config/mcore/mcore-pe.h [new file with mode: 0644]
gcc/config/mcore/mcore-protos.h [new file with mode: 0644]
gcc/config/mcore/mcore.c [new file with mode: 0644]
gcc/config/mcore/mcore.h [new file with mode: 0644]
gcc/config/mcore/mcore.md [new file with mode: 0644]
gcc/config/mcore/t-mcore [new file with mode: 0644]
gcc/config/mcore/t-mcore-pe [new file with mode: 0644]
gcc/config/mcore/xm-mcore.h [new file with mode: 0644]