Re: textual prologue/epilogue

2010-11-15 Thread Paolo Bonzini
On 11/15/2010 11:10 PM, Hans-Peter Nilsson wrote: There *is* an option to omit the prologue and epologue controlling the TARGET_PROLOGUE_EPILOGUE; I'm guessing that could cause confusion. That's what confused me. Is that getting in the way of something? Yes, there is code conditionalized on

Re: textual prologue/epilogue

2010-11-15 Thread Hans-Peter Nilsson
On Mon, 15 Nov 2010, Paolo Bonzini wrote: > The only targets that are using textual prologues and epilogues are now arc, > cris, pdp11 and vax. ARC should probably have been deprecated long ago, any > plans to convert the others or (for cris) to flip the default? What code are you loking at; wher

Re: textual prologue/epilogue

2010-11-15 Thread Paul Koning
On Nov 15, 2010, at 3:50 PM, Paolo Bonzini wrote: > The only targets that are using textual prologues and epilogues are now arc, > cris, pdp11 and vax. ARC should probably have been deprecated long ago, any > plans to convert the others or (for cris) to flip the default? Learning how to do th

textual prologue/epilogue

2010-11-15 Thread Paolo Bonzini
The only targets that are using textual prologues and epilogues are now arc, cris, pdp11 and vax. ARC should probably have been deprecated long ago, any plans to convert the others or (for cris) to flip the default? Paolo