This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Mips16 question...
- To: gcc at gcc dot gnu dot org, shane at minirl dot com
- Subject: Re: Mips16 question...
- From: mike stump <mrs at windriver dot com>
- Date: Wed, 29 Aug 2001 13:50:37 -0700 (PDT)
> From: Shane Nay <shane@minirl.com>
> To: gcc@gcc.gnu.org
> Date: Wed, 29 Aug 2001 11:32:26 -0700
> However with the 3.0 release, it seems to be shooting off all sorts
> of strange pieces of assembly, opcodes that are only in mips
> I/II/III, distinctly not in mips16.
If you have the testing time... Try a current cvs pull from the top
of the tree, and submit bug reports for the stuff that fails.
Shouldn't be too hard to put a ! TARGET_MIPS16 on the instructions...
A snippet of the assembly code that is wrong would make fixing it a
bit easier. If someone has a pointer to the mips16 documentation, it
needs to be added to the readings list.