diff options
author | green <green@138bc75d-0d04-0410-961f-82ee72b054a4> | 2009-06-10 05:23:39 +0000 |
---|---|---|
committer | green <green@138bc75d-0d04-0410-961f-82ee72b054a4> | 2009-06-10 05:23:39 +0000 |
commit | be52b6d8beecd6a67eb3cc76920adc1f41e3293d (patch) | |
tree | 817deda1611364058ed97a5e53175eb97a859752 /gcc/doc | |
parent | 530eec583ecdc5bb589c535d4dc05770249e63d7 (diff) | |
download | gcc-be52b6d8beecd6a67eb3cc76920adc1f41e3293d.tar.gz |
Commit moxie port.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@148339 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/doc')
-rw-r--r-- | gcc/doc/contrib.texi | 3 | ||||
-rw-r--r-- | gcc/doc/install.texi | 7 | ||||
-rw-r--r-- | gcc/doc/md.texi | 19 |
3 files changed, 28 insertions, 1 deletions
diff --git a/gcc/doc/contrib.texi b/gcc/doc/contrib.texi index f8f09be0afb..1545bcbcd60 100644 --- a/gcc/doc/contrib.texi +++ b/gcc/doc/contrib.texi @@ -316,7 +316,8 @@ support, improved leaf function register allocation, and his direction via the steering committee. @item -Anthony Green for his @option{-Os} contributions and Java front end work. +Anthony Green for his @option{-Os} contributions, the moxie port, and +Java front end work. @item Stu Grossman for gdb hacking, allowing GCJ developers to debug Java code. diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi index 59526f920bd..0804ae3201f 100644 --- a/gcc/doc/install.texi +++ b/gcc/doc/install.texi @@ -3762,6 +3762,13 @@ information about using GCC on IRIX platforms. @html <hr /> @end html +@heading @anchor{moxie-x-elf}moxie-*-elf +The moxie processor. See @uref{http://moxielogic.org/} for more +information about this processor. + +@html +<hr /> +@end html @heading @anchor{powerpc-x-x}powerpc-*-* You can specify a default version for the @option{-mcpu=@var{cpu_type}} diff --git a/gcc/doc/md.texi b/gcc/doc/md.texi index f91d6e12480..065529fdf03 100644 --- a/gcc/doc/md.texi +++ b/gcc/doc/md.texi @@ -2730,6 +2730,25 @@ Constants in the range @minus{}8 to 2 @end table +@item Moxie---@file{config/moxie/constraints.md} +@table @code +@item A +An absolute address + +@item B +An offset address + +@item W +A register indirect memory operand + +@item I +A constant in the range of 0 to 255. + +@item N +A constant in the range of 0 to -255. + +@end table + @need 1000 @item SPARC---@file{config/sparc/sparc.h} @table @code |