diff options
author | bernds <bernds@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-04-05 11:26:48 +0000 |
---|---|---|
committer | bernds <bernds@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-04-05 11:26:48 +0000 |
commit | 9e6a09670c3950ecdee85b34f7501049d5417d34 (patch) | |
tree | 0c1dfb753f5d1ba94f529adf00d67f3ba6f44cdb /gcc/doc/install.texi | |
parent | 49a17d00eb70141b68497495803b62146fd3d7b9 (diff) | |
download | gcc-9e6a09670c3950ecdee85b34f7501049d5417d34.tar.gz |
* config/bfin/bfin-modes.def: New file.
* config/bfin/bfin-protos.h: New file.
* config/bfin/bfin.c: New file.
* config/bfin/bfin.h: New file.
* config/bfin/bfin.md: New file.
* config/bfin/bfin.opt: New file.
* config/bfin/crti.s: New file.
* config/bfin/crtn.s: New file.
* config/bfin/elf.h: New file.
* config/bfin/lib1funcs.asm: New file.
* config/bfin/predicates.md: New file.
* config/bfin/t-bfin: New file.
* config/bfin/t-bfin-elf: New file.
* doc/extend.texi (exception_handler, kspisusp, nesting, nmi_handler):
Document new attributes.
(interrupt, interrupt_handler, saveall): Update documentation for
these attributes.
* doc/install.texi (Specific): Add entry for the Blackfin.
* doc/invoke.texi (Blackfin Options): New section.
* doc/md.texi (Blackfin family): New section to document constraints.
* config.gcc: Add bfin*-* and bfin*-elf configurations.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@97622 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/doc/install.texi')
-rw-r--r-- | gcc/doc/install.texi | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi index 975f9839840..09bc9fc2fcf 100644 --- a/gcc/doc/install.texi +++ b/gcc/doc/install.texi @@ -2176,6 +2176,8 @@ GNU Compiler Collection on your machine. @item @uref{#avr,,avr} @item +@uref{#bfin,,Blackfin} +@item @uref{#c4x,,c4x} @item @uref{#dos,,DOS} @@ -2490,6 +2492,23 @@ indicates that you should upgrade to a newer version of the binutils. @html <hr /> @end html +@heading @anchor{bfin}Blackfin + +The Blackfin processor, an Analog Devices DSP. +@ifnothtml +@xref{Blackfin Options,, Blackfin Options, gcc, Using and Porting the GNU +Compiler Collection (GCC)}, +@end ifnothtml +@ifhtml +See ``Blackfin Options'' in the main manual +@end ifhtml + +More information, and a version of binutils with support for this processor, +is available at @uref{http://blackfin.uclinux.org} + +@html +<hr /> +@end html @heading @anchor{c4x}c4x Texas Instruments TMS320C3x and TMS320C4x Floating Point Digital Signal |