OSDN Git Service

* doc/extend.texi: Add ip2k port to description of attribute
authordenisc <denisc@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 30 Jun 2002 19:27:48 +0000 (19:27 +0000)
committerdenisc <denisc@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 30 Jun 2002 19:27:48 +0000 (19:27 +0000)
commit770a909a2f042bfac83b0acfe84f7d31884fb750
tree4ca44e58c240c4469feb14624166d0d8306a61ed
parent0b123c4718d3ecd1260b810a55544dcfbc15a81f
* doc/extend.texi: Add ip2k port to description of attribute
naked.
* doc/install.texi (Specific): Add ip2k description.
* doc/install-old.texi (Configurations): Add ip2k to possible
cpu types.
* doc/md.texi: Document ip2k constraints.
* config/ip2k/crt0.S: New file.
* config/ip2k/ip2k-protos.h: New file.
* config/ip2k/ip2k.c: New file.
* config/ip2k/ip2k.h: New file.
* config/ip2k/ip2k.md: New file.
* config/ip2k/libgcc.S: New file.
* config/ip2k/t-ip2k: New file.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@55122 138bc75d-0d04-0410-961f-82ee72b054a4
12 files changed:
gcc/ChangeLog
gcc/config/ip2k/crt0.S [new file with mode: 0644]
gcc/config/ip2k/ip2k-protos.h [new file with mode: 0644]
gcc/config/ip2k/ip2k.c [new file with mode: 0644]
gcc/config/ip2k/ip2k.h [new file with mode: 0644]
gcc/config/ip2k/ip2k.md [new file with mode: 0644]
gcc/config/ip2k/libgcc.S [new file with mode: 0644]
gcc/config/ip2k/t-ip2k [new file with mode: 0644]
gcc/doc/extend.texi
gcc/doc/install-old.texi
gcc/doc/install.texi
gcc/doc/md.texi