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]

Re: sparc bootstrap failure in stage1 linking cc1 + patch


On Wed, Oct 13, 1999 at 05:51:44PM -0400, Kaveh R. Ghazi wrote:
>  >               && (HAVE_epilogue || HAVE_prologue)
>  >               && prologue_epilogue_contains (insn))
> 
> The function `prologue_epilogue_contains' is only defined in
> function.c if one of HAVE_epilogue or HAVE_prologue is defined.

Bother.

> Here's a patch.  Okay to install?

No, I'd rather just have function.c define prologue_epilogue_contains.
Makes for less ugly code.


r~


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