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]

[www patch] h8300-abi.html: Fix typos.


Hi,

The register names were slightly wrong.  Committed as obvious.

Kazu Hirata

Index: h8300-abi.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/projects/h8300-abi.html,v
retrieving revision 1.6
diff -u -r1.6 h8300-abi.html
--- h8300-abi.html	11 Sep 2004 15:01:29 -0000	1.6
+++ h8300-abi.html	16 Sep 2004 14:27:06 -0000
@@ -87,7 +87,7 @@
 contains the lower half of the value.</p>
 
 <p>On H8/300H and H8S, the scalar function value no larger than 8
-bytes in size is returned in R0 or a pair of R0 and R1.</p>
+bytes in size is returned in ER0 or a pair of ER0 and ER1.</p>
 
 <p>Otherwise, the function value is always returned in memory.
 Specifically, the caller allocates an instance of the aggregate type


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