]> gcc.gnu.org Git - gcc.git/commitdiff
invoke.texi: Apply missed hunk from 2004-03-03 change.
authorMaciej W. Rozycki <macro@ds2.pg.gda.pl>
Wed, 24 Mar 2004 09:36:44 +0000 (10:36 +0100)
committerRichard Sandiford <rsandifo@gcc.gnu.org>
Wed, 24 Mar 2004 09:36:44 +0000 (09:36 +0000)
* doc/invoke.texi: Apply missed hunk from 2004-03-03 change.

Co-Authored-By: Richard Sandiford <rsandifo@redhat.com>
From-SVN: r79903

gcc/ChangeLog
gcc/doc/invoke.texi

index 8845a4d6f9dfd08049be42586899f9457fd557c0..e3ce705f5f58268caa1406d054645c3bb3fa8cc1 100644 (file)
@@ -1,3 +1,8 @@
+2004-03-24  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
+           Richard Sandiford  <rsandifo@redhat.com>
+
+       * doc/invoke.texi: Apply missed hunk from 2004-03-03 change.
+
 2004-03-24  Alexandre Oliva  <aoliva@redhat.com>
 
        PR preprocessor/14438
index 0a502dafb7e71400bc7d0c16f1b09f7ef92c5816..267c3027d3d4f81e92e893e5ac20e69cb50fdb19 100644 (file)
@@ -478,7 +478,8 @@ in the following sections.
 -mcheck-zero-division  -mno-check-zero-division @gol
 -mmemcpy  -mno-memcpy  -mlong-calls  -mno-long-calls @gol
 -mmad  -mno-mad  -mfused-madd  -mno-fused-madd  -nocpp @gol
--mfix-r4000  -mno-fix-r4000  -mfix-sb1  -mno-fix-sb1 @gol
+-mfix-r4000  -mno-fix-r4000  -mfix-r4400  -mno-fix-r4400 @gol
+-mfix-sb1  -mno-fix-sb1 @gol
 -mflush-func=@var{func}  -mno-flush-func @gol
 -mbranch-likely  -mno-branch-likely}
 
@@ -8075,6 +8076,20 @@ immediately after starting an integer division.
 @item
 A double-word or a variable shift may give an incorrect result if executed
 while an integer multiplication is in progress.
+@item
+An integer division may give an incorrect result if started in a delay slot
+of a taken branch or a jump.
+@end itemize
+
+@item -mfix-r4400
+@itemx -mno-fix-r4400
+@opindex mfix-r4400
+@opindex mno-fix-r4400
+Work around certain R4400 CPU errata:
+@itemize @minus
+@item
+A double-word or a variable shift may give an incorrect result if executed
+immediately after starting an integer division.
 @end itemize
 
 @item -mfix-sb1
This page took 0.097183 seconds and 5 git commands to generate.