]> git.ipfire.org Git - thirdparty/gcc.git/commit - gcc/doc/install.texi
extend.texi: Add ip2k port to description of attribute naked.
authorDenis Chertykov <denisc@overta.ru>
Sun, 30 Jun 2002 19:27:48 +0000 (19:27 +0000)
committerDenis Chertykov <denisc@gcc.gnu.org>
Sun, 30 Jun 2002 19:27:48 +0000 (23:27 +0400)
commite3223ea2938e785094c2c8c87cdb8d86fb596c6d
tree4ca44e58c240c4469feb14624166d0d8306a61ed
parent66b8c57f68eb301eddf4ad22c96462ec452662ae
extend.texi: Add ip2k port to description of attribute naked.

* 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.

Co-Authored-By: Alan Lehotsky <apl@alum.mit.edu>
Co-Authored-By: Bernd Schmidt <bernds@redhat.com>
Co-Authored-By: Dave Hudson <dave.hudson@ubicom.com>
Co-Authored-By: Frank Ch. Eigler <fche@redhat.com>
Co-Authored-By: Graham Stott <grahams@redhat.com>
Co-Authored-By: Jeff Johnston <jjohnstn@redhat.com>
Co-Authored-By: Matthew Green <mrg@redhat.com>
Co-Authored-By: Richard Henderson <rth@redhat.com>
From-SVN: r55122
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