Creating assembler comments from RTL

2005-03-09 Thread HutchinsonAndy
Is there a good way of creating an assembler comments directly from RTL? I want to be able to add debugging/explanation strings to assembler listing (GAS). Unfortunately I want to do this from RTL prologue and epilogue (and thus avoid using TARGET_ASM_FUNCTION_EPILOGUE - where it would be easy

Re: Creating assembler comments from RTL

2005-03-09 Thread DJ Delorie
> Is there a good way of creating an assembler comments directly from RTL? > > I want to be able to add debugging/explanation strings to assembler > listing (GAS). Unfortunately I want to do this from RTL prologue and > epilogue (and thus avoid using TARGET_ASM_FUNCTION_EPILOGUE - where > it woul