This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "gcc-wwwdocs".

The branch, master has been updated
       via  cfaca11e28fef3ced9b5d4c8045ef5886d83b4e9 (commit)
      from  aa6230be591fa2e154b83c36f9e8805ed82b38cf (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit cfaca11e28fef3ced9b5d4c8045ef5886d83b4e9
Author: Maciej W. Rozycki <[email protected]>
Date:   Fri Nov 14 19:27:14 2025 +0000

    Fix a typo in the second floating-point argument register number
    
    The second floating-point argument is passed in $f13 rather than $f14
    as commit 1fcfc00d38ff ("Correct the MIPS O64 floating-point argument
    passing convention") incorrectly claimed.

diff --git a/htdocs/projects/mipso64-abi.html b/htdocs/projects/mipso64-abi.html
index 8a2a6618..e4ba7602 100644
--- a/htdocs/projects/mipso64-abi.html
+++ b/htdocs/projects/mipso64-abi.html
@@ -40,7 +40,7 @@ packed towards the upper-address side.
 <h2>Floating-Point Arguments</h2>
                                                                                
 As from GCC 4.0.0 the first and second floating-point arguments to a
-function are passed in <code>$f12</code> and <code>$f14</code>.
+function are passed in <code>$f12</code> and <code>$f13</code>.
 
 Previously if the first and second floating-point arguments to a
 function were 32-bit values, they were passed in <code>$f12</code> and

-----------------------------------------------------------------------

Summary of changes:
 htdocs/projects/mipso64-abi.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
gcc-wwwdocs

Reply via email to