This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[committed] Remove outdated comment from mips.md


I noticed that the first comment in mips.md doesn't apply any more.
Applied to mainline.

Richard


	* config/mips/mips.md: Delete outdated comment.

Index: config/mips/mips.md
===================================================================
RCS file: /cvs/gcc/gcc/gcc/config/mips/mips.md,v
retrieving revision 1.259
diff -c -p -F^\([(a-zA-Z0-9_]\|#define\) -r1.259 mips.md
*** config/mips/mips.md	16 Jul 2004 07:53:47 -0000	1.259
--- config/mips/mips.md	16 Jul 2004 09:28:52 -0000
***************
*** 23,31 ****
  ;; the Free Software Foundation, 59 Temple Place - Suite 330,
  ;; Boston, MA 02111-1307, USA.
  
- ;; ??? Currently does not have define_function_unit support for the R8000.
- ;; Must include new entries for fmadd in addition to existing entries.
- 
  (define_constants
    [(UNSPEC_LOAD_DF_LOW		 0)
     (UNSPEC_LOAD_DF_HIGH		 1)
--- 23,28 ----


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]