OSDN Git Service

* config/i386/i386.c (ix86_data_alignment): Don't specify an
[pf3gnuchains/gcc-fork.git] / gcc / config / mips / 6000.md
index 8a5b9f5..ac06e7a 100644 (file)
@@ -15,8 +15,8 @@
 
 ;; You should have received a copy of the GNU General Public License
 ;; along with GCC; see the file COPYING.  If not, write to the
-;; Free Software Foundation, 59 Temple Place - Suite 330, Boston,
-;; MA 02111-1307, USA.
+;; Free Software Foundation, 51 Franklin Street, Fifth Floor, Boston,
+;; MA 02110-1301, USA.
 
 
 ;; This file overrides parts of generic.md.  It is derived from the
 
 (define_insn_reservation "r6k_fdiv_single" 15
   (and (eq_attr "cpu" "r6000")
-       (and (eq_attr "type" "fdiv")
+       (and (eq_attr "type" "fdiv,frdiv")
            (eq_attr "mode" "SF")))
   "alu")
 
 (define_insn_reservation "r6k_fdiv_double" 16
   (and (eq_attr "cpu" "r6000")
-       (and (eq_attr "type" "fdiv")
+       (and (eq_attr "type" "fdiv,frdiv")
            (eq_attr "mode" "DF")))
   "alu")