]> git.ipfire.org Git - thirdparty/gcc.git/commit - gcc/config/mmix/mmix.h
config.gcc (mmix-*-*): New target.
authorHans-Peter Nilsson <hp@bitrange.com>
Sat, 3 Nov 2001 22:14:57 +0000 (22:14 +0000)
committerHans-Peter Nilsson <hp@gcc.gnu.org>
Sat, 3 Nov 2001 22:14:57 +0000 (22:14 +0000)
commitbcf684c7a5ef5e899562a0a3621d51ed6b673265
treea31a17d816f6cf1f4efcbcb68438f15e6bfd5c06
parentd344dce955f64380488a2e7242faacff4521e7d1
config.gcc (mmix-*-*): New target.

* config.gcc (mmix-*-*): New target.
* doc/invoke.texi: Document MMIX options.
* doc/contrib.texi: Add note about MMIX port to my entry.
* config/mmix/t-mmix: New file.
* config/mmix/mmix.h: New file.
* config/mmix/mmix-protos.h: New file.
* config/mmix/mmix.c: New file.
* config/mmix/mmix.md: New file.
* config/mmix/crti.asm: New file.
* config/mmix/crtn.asm: New file.

From-SVN: r46746
gcc/ChangeLog
gcc/config.gcc
gcc/config/mmix/crti.asm [new file with mode: 0644]
gcc/config/mmix/crtn.asm [new file with mode: 0644]
gcc/config/mmix/mmix-protos.h [new file with mode: 0644]
gcc/config/mmix/mmix.c [new file with mode: 0644]
gcc/config/mmix/mmix.h [new file with mode: 0644]
gcc/config/mmix/mmix.md [new file with mode: 0644]
gcc/config/mmix/t-mmix [new file with mode: 0644]
gcc/doc/contrib.texi
gcc/doc/invoke.texi