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]

[patch] beginner.html/backends.html: No moreTARGET_ASM_FUNCTION_EPILOGUE on h8300.


Hi,

Attached is a patch to document that h8300 port no longer uses
TARGET_ASM_FUNCTION_EPILOGUE.  Committed as obvious.

Kazu Hirata

Index: backends.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/backends.html,v
retrieving revision 1.4
diff -u -r1.4 backends.html
--- backends.html	9 Oct 2003 19:15:05 -0000	1.4
+++ backends.html	22 Oct 2003 23:26:43 -0000
@@ -77,7 +77,7 @@
 dsp16xx  | ???L NFI  D l  c f m  h  e 
 fr30     | ??    FI B        gm    t s
 frv      | ??       B      p    d a  s
-h8300    |       FI       cp         s
+h8300    |       FI       cp g       s
 i370     |  M?    I  D    cpf m     e 
 i386     |   ? Q        q  p    dha   
 i860     |  M?            cpf       e 
Index: projects/beginner.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/projects/beginner.html,v
retrieving revision 1.40
diff -u -r1.40 beginner.html
--- projects/beginner.html	15 Jul 2003 18:00:35 -0000	1.40
+++ projects/beginner.html	22 Oct 2003 23:26:43 -0000
@@ -601,11 +601,11 @@
 <p>Targets which only have <code>prologue</code> and <code>epilogue</code>
 named expanders are:</p>
 <pre>
-  alpha c4x fr30 m68hc11 mcore mn10300 sh
+  alpha c4x h8300 fr30 m68hc11 mcore mn10300 sh
 </pre>
 <p>Targets which have <em>both</em> are:</p>
 <pre>
-  arm d30v h8300 i386 ia64 m32r mips pa rs6000 sparc
+  arm d30v i386 ia64 m32r mips pa rs6000 sparc
 </pre>
 <p>I'd suggest starting with the targets that have both.</p>
 </li>


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