re PR middle-end/47982 (Documentation error on libgcc __udivmoddi4)
authorAndrew Pinski <apinski@cavium.com>
Fri, 3 Feb 2012 04:11:31 +0000 (04:11 +0000)
committerAndrew Pinski <pinskia@gcc.gnu.org>
Fri, 3 Feb 2012 04:11:31 +0000 (20:11 -0800)
2012-02-02  Andrew Pinski  <apinski@cavium.com>

        PR middle-end/47982
        PR middle-end/43967
        * doc/libgcc.texi (__udivmoddi4/__udivmodti4): Fix documentation typo.

From-SVN: r183862

gcc/ChangeLog
gcc/doc/libgcc.texi

index 42df0679ed8fc95c1f0781dc6583602b8218f749..cb11fed3feb8d836f9632cc5411a93ed1a90fdf7 100644 (file)
@@ -1,3 +1,9 @@
+2012-02-02  Andrew Pinski  <apinski@cavium.com>
+
+       PR middle-end/47982
+       PR middle-end/43967
+       * doc/libgcc.texi (__udivmoddi4/__udivmodti4): Fix documentation typo.
+
 2012-02-02  Jakub Jelinek  <jakub@redhat.com>
 
        PR middle-end/48071
index 04347aa6dbeb4be7e066897c20de1133c66a9bc1..9a22223bc90f7183a3e31bdad156012c1e12b234 100644 (file)
@@ -106,8 +106,8 @@ These functions return the quotient of the unsigned division of @var{a}
 and @var{b}.
 @end deftypefn
 
-@deftypefn {Runtime Function} {unsigned long} __udivmoddi3 (unsigned long @var{a}, unsigned long @var{b}, unsigned long *@var{c})
-@deftypefnx {Runtime Function} {unsigned long long} __udivti3 (unsigned long long @var{a}, unsigned long long @var{b}, unsigned long long *@var{c})
+@deftypefn {Runtime Function} {unsigned long} __udivmoddi4 (unsigned long @var{a}, unsigned long @var{b}, unsigned long *@var{c})
+@deftypefnx {Runtime Function} {unsigned long long} __udivmodti4 (unsigned long long @var{a}, unsigned long long @var{b}, unsigned long long *@var{c})
 These functions calculate both the quotient and remainder of the unsigned
 division of @var{a} and @var{b}.  The return value is the quotient, and
 the remainder is placed in variable pointed to by @var{c}.