[patch] Replace FUNCTION_PROLOGUE with TARGET_ASM_FUNCTION_PROLOGUE. (one more time)

Kazu Hirata kazu@hxi.com
Thu Jan 24 09:33:00 GMT 2002


Hi,

Attached is a patch to replace FUNCTION_PROLOGUE with
TARGET_ASM_FUNCTION_PROLOGUE.

Kazu Hirata

Index: beginner.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/projects/beginner.html,v
retrieving revision 1.19
diff -c -r1.19 beginner.html
*** beginner.html	2002/01/24 17:14:16	1.19
--- beginner.html	2002/01/24 17:18:12
***************
*** 598,604 ****
  generate RTL.</p>
  
  <p>The situation here is a bit weird.  Targets which only have
! <code>FUNCTION_PROLOGUE/EPILOGUE</code> in <code>tm.h</code> are:</p>
  <pre>
    1750a a29k arc avr clipper dsp16xx elxsi h8300 i370 i860 i960
    m68k ns32k pdp11 romp vax
--- 598,605 ----
  generate RTL.</p>
  
  <p>The situation here is a bit weird.  Targets which only have
! <code>TARGET_ASM_FUNCTION_PROLOGUE/EPILOGUE</code> in
! <code>tm.h</code> are:</p>
  <pre>
    1750a a29k arc avr clipper dsp16xx elxsi h8300 i370 i860 i960
    m68k ns32k pdp11 romp vax



More information about the Gcc-patches mailing list