From: Richard Sandiford Date: Sat, 8 Jan 2005 14:11:12 +0000 (+0000) Subject: re PR target/17565 ([3.3 only] asms in delay slots) X-Git-Tag: releases/gcc-3.3.6~143 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=acaeee029a21c661a88a009cb9d9b0edd0c6ef66;p=thirdparty%2Fgcc.git re PR target/17565 ([3.3 only] asms in delay slots) PR target/17565 * config/mips/mips.md (define_asm_attributes): Set can_delay to no. From-SVN: r93083 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index b3de3f369c4f..e7f3703c4460 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2005-01-08 Richard Sandiford + + PR target/17565 + * config/mips/mips.md (define_asm_attributes): Set can_delay to no. + 2004-12-27 John David Anglin * vax.c (vax_address_cost, vax_rtx_cost): Correct casts. diff --git a/gcc/config/mips/mips.md b/gcc/config/mips/mips.md index a20e44479e3b..10087f7fb1e8 100644 --- a/gcc/config/mips/mips.md +++ b/gcc/config/mips/mips.md @@ -1,6 +1,6 @@ ;; Mips.md Machine Description for MIPS based processors ;; Copyright (C) 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, -;; 1999, 2000, 2001, 2002 Free Software Foundation, Inc. +;; 1999, 2000, 2001, 2002, 2005 Free Software Foundation, Inc. ;; Contributed by A. Lichnewsky, lich@inria.inria.fr ;; Changes by Michael Meissner, meissner@osf.org ;; 64 bit r4000 support by Ian Lance Taylor, ian@cygnus.com, and @@ -163,7 +163,8 @@ ;; Describe a user's asm statement. (define_asm_attributes - [(set_attr "type" "multi")]) + [(set_attr "type" "multi") + (set_attr "can_delay" "no")]) ;; whether or not generating calls to position independent functions (define_attr "abicalls" "no,yes"