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 07:24:05PM -0400, David Edelsohn wrote:
> 	If the function were declared external but defined earlier in the
> file (TREE_ASM_WRITTEN), and not flag_pic, then we know that function is
> local and cannot be overridden even though it is external.

This is already handled by binds_local_p.  Once the function
is written, DECL_EXTERNAL is cleared.


r~


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