This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: MIPS frame pointer & MIPS16 fixes


Richard Sandiford <rsandifo@redhat.com> writes:
> @@ -1464,6 +1464,9 @@ #define PROMOTE_FUNCTION_ARGS
>  /* Likewise, if the function return value is promoted.  */
>  #define PROMOTE_FUNCTION_RETURN
>  
> +/* Besides the normal three fields (frame pointer, receiver label and
> +   stack pointer), we need an extra one for the global pointer.  */
> +#define BUILTIN_JBUF_SIZE 4
>  
>  /* Standard register usage.  */
>  

Oops... ignore that bit ;)


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]