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: sh64-elf (SH5) port


On Feb  3, 2002, Zack Weinberg <zack@codesourcery.com> wrote:

>> +    (TRAMP) = expand_binop (Pmode, add_optab, (TRAMP), GEN_INT (1),	\
>> +			    gen_reg_rtx (Pmode), 0, OPTAB_LIB_WIDEN);	\

>> I'd appreciate suggestions on other ways to overcome this problem.

> You can use expand_simple_binop here: just change add_optab to PLUS.

Cool, thanks!  I've made this change in the patch.

-- 
Alexandre Oliva   Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/
Red Hat GCC Developer                  aoliva@{cygnus.com, redhat.com}
CS PhD student at IC-Unicamp        oliva@{lsd.ic.unicamp.br, gnu.org}
Free Software Evangelist                Professional serial bug killer


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