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: rs6000 sibcall test


On Sun, Sep 08, 2002 at 06:15:07PM -0400, David Edelsohn wrote:
> 	* config/rs6000/rs6000.c (function_ok_for_sibcall): Use binds_local_p.
> 
> Doesn't this lose the TREE_ASM_WRITTEN optimization?  Does this mean that
> default_binds_local_p should take TREE_ASM_WRITTEN into account when not
> flag_pic? 

What optimization is that?  It makes no difference to ELF binding
rules whether a call displacement is positive or negative.

-- 
Alan Modra
IBM OzLabs - Linux Technology Centre


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