]> gcc.gnu.org Git - gcc.git/commit - gcc/config.gcc
invoke.texi (Option Summary): Add ms1 options.
authorAldy Hernandez <aldyh@redhat.com>
Mon, 22 Aug 2005 16:12:14 +0000 (16:12 +0000)
committerAldy Hernandez <aldyh@gcc.gnu.org>
Mon, 22 Aug 2005 16:12:14 +0000 (16:12 +0000)
commitc85ba4fb34b8dc43ac29ddb7009863b2cb03565d
tree6d47d5f01d0de0d62f368013d99fc58115723117
parentf1cc051537237722be3976b782bfd4336610ba55
invoke.texi (Option Summary): Add ms1 options.

* doc/invoke.texi (Option Summary): Add ms1 options.
* doc/extend.texi: Document interrupt handler attribute for ms1.
* doc/md.texi: Document ms1 constraints.
* config.gcc: Add ms1-*-elf.
* config/ms1/ms1.h: New.
* config/ms1/ms1.c: New.
* config/ms1/ms1.md: New.
* config/ms1/ms1-protos.h: New.
* config/ms1/ABI.txt: New.
* config/ms1/crti.asm: New.
* config/ms1/crtn.asm: New.
* config/ms1/lib2extra-funcs.c: New.
* config/ms1/t-ms1: New.
* config/ms1/ms1.opt: New.

From-SVN: r103342
15 files changed:
gcc/ChangeLog
gcc/config.gcc
gcc/config/ms1/ABI.txt [new file with mode: 0644]
gcc/config/ms1/crti.asm [new file with mode: 0644]
gcc/config/ms1/crtn.asm [new file with mode: 0644]
gcc/config/ms1/lib2extra-funcs.c [new file with mode: 0644]
gcc/config/ms1/ms1-protos.h [new file with mode: 0644]
gcc/config/ms1/ms1.c [new file with mode: 0644]
gcc/config/ms1/ms1.h [new file with mode: 0644]
gcc/config/ms1/ms1.md [new file with mode: 0644]
gcc/config/ms1/ms1.opt [new file with mode: 0644]
gcc/config/ms1/t-ms1 [new file with mode: 0644]
gcc/doc/extend.texi
gcc/doc/invoke.texi
gcc/doc/md.texi
This page took 0.053779 seconds and 5 git commands to generate.