]> git.ipfire.org Git - thirdparty/gcc.git/commit
gencodes.c (output_predicate_decls): New function.
authorAlexandre Oliva <aoliva@redhat.com>
Wed, 3 Jan 2001 21:13:29 +0000 (21:13 +0000)
committerAlexandre Oliva <aoliva@gcc.gnu.org>
Wed, 3 Jan 2001 21:13:29 +0000 (21:13 +0000)
commit975d393ab8c7dc0527586d34881837924cbb0026
tree4db5e76c3dc4ba9bc9acb3825530f9e397ea33bf
parent03dc032560d43abc8a9867472fdb22cbf0c6b9c7
gencodes.c (output_predicate_decls): New function.

* 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.

From-SVN: r38673
gcc/ChangeLog
gcc/config/sh/sh.c
gcc/gcc.texi
gcc/gencodes.c
gcc/machmode.h
gcc/tm.texi