diff options
author | aoliva <aoliva@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-01-03 21:13:29 +0000 |
---|---|---|
committer | aoliva <aoliva@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-01-03 21:13:29 +0000 |
commit | 1d97a500067aac5a22615a5908a02d3e7a7c915e (patch) | |
tree | 4db5e76c3dc4ba9bc9acb3825530f9e397ea33bf /gcc/gcc.texi | |
parent | 76a6e674dcc99316839e64af6262dee504fd1b54 (diff) | |
download | gcc-1d97a500067aac5a22615a5908a02d3e7a7c915e.tar.gz |
* gencodes.c (output_predicate_decls): New function.
(main): Call it.
* machmode.h (GET_MODE_MASK): Arrange for it to be defined
even if it is not the first time machmode.h is #included.
* config/sh/sh.c (fpul_operand): Declare MODE argument.
* tm.texi (PREDICATE_CODES): Document predicate declarations.
* gcc.texi (Copyright): Added 2001.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@38673 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/gcc.texi')
-rw-r--r-- | gcc/gcc.texi | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/gcc.texi b/gcc/gcc.texi index 3cf16f624cf..7348cd7cf3f 100644 --- a/gcc/gcc.texi +++ b/gcc/gcc.texi @@ -100,7 +100,8 @@ Published by the Free Software Foundation@* 59 Temple Place - Suite 330@* Boston, MA 02111-1307 USA @sp 1 -Copyright (C) 1988, 1989, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000 Free Software Foundation, Inc. +Copyright (C) 1988, 1989, 1992, 1993, 1994, 1995, 1996, 1997, 1998, +1999, 2000, 2001 Free Software Foundation, Inc. @sp 1 Permission is granted to make and distribute verbatim copies of this manual provided the copyright notice and this permission notice |