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: ColdFire submission


On Jan 10, 2007, at 4:03 PM, Jeffrey Law wrote:
PA uses RTL prologues/epilogues and has for about a decade.  No
idea why you'd think otherwise.

I interpreted the original question as how many ports use _any_ textual prologue bits... with the idea of getting rid of TARGET_ASM_FUNCTION_PROLOGUE.


In order to remove TARGET_ASM_FUNCTION_PROLOGUE and ensure that no port uses it for prologues in the future, the pa port would need to be changed to use another mechanism other than TARGET_ASM_FUNCTION_PROLOGUE to fprintf prologue bits.

Would be nice to remove all traces of TARGET_ASM_FUNCTION_PROLOGUE.


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