This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: NORMAL MODE PATCH for Gcc 3.3
- From: Kazu Hirata <kazu at cs dot umass dot edu>
- To: vijayk1 at kpit dot com
- Cc: gcc-patches at gcc dot gnu dot org
- Date: Fri, 15 Nov 2002 08:52:31 -0500 (EST)
- Subject: Re: NORMAL MODE PATCH for Gcc 3.3
- References: <69595093233BB547BB70CF5E492B63F29123BD@sohm.kpit.com><000001c28ca1$31dbb1e0$0b100aac@kpit.com>
Hi Vijay,
Thanks for the update.
> "offset -= 2" is necessary to access the parameters on stack.
Now I think that is the case. Every stack slot is 4 byte long except
the program counter.
> + #define MASK_NORMAL_MODE 0x00000500
Why do you want to use a value that is not a power of 2? Somehow do
you want to combine MASK_SLOWBYTE and MASK_RELAX?
If you could send me a patch as an attachment, that would be greatly
appreciated. I am having a problem with wrapped lines in the patch.
Kazu Hirata