X-Git-Url: http://git.sourceforge.jp/view?a=blobdiff_plain;f=gcc%2Fconditions.h;h=155c50edf47e13fd72cdbdafd145237962a9cb43;hb=df034f844ad35169ff0b9bc32ec6968b1d7d39cb;hp=e7319377f37aaf393c1c7cf687d095f289679c60;hpb=4101be691cb39d0b7f07c68e8c0b1d1029d13066;p=pf3gnuchains%2Fgcc-fork.git diff --git a/gcc/conditions.h b/gcc/conditions.h index e7319377f37..155c50edf47 100644 --- a/gcc/conditions.h +++ b/gcc/conditions.h @@ -1,21 +1,22 @@ /* Definitions for condition code handling in final.c and output routines. Copyright (C) 1987 Free Software Foundation, Inc. -This file is part of GNU CC. +This file is part of GCC. -GNU CC is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2, or (at your option) -any later version. +GCC is free software; you can redistribute it and/or modify it under +the terms of the GNU General Public License as published by the Free +Software Foundation; either version 2, or (at your option) any later +version. -GNU CC is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -GNU General Public License for more details. +GCC is distributed in the hope that it will be useful, but WITHOUT ANY +WARRANTY; without even the implied warranty of MERCHANTABILITY or +FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License +for more details. You should have received a copy of the GNU General Public License -along with GNU CC; see the file COPYING. If not, write to -the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ +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. */ /* None of the things in the files exist if we don't use CC0. */ @@ -84,6 +85,8 @@ extern CC_STATUS cc_status; /* This bit means that the current setting of the overflow flag is bogus and conditional jumps should pretend there is no overflow. */ +/* ??? Note that for most targets this macro is misnamed as it applies + to the carry flag, not the overflow flag. */ #define CC_NO_OVERFLOW 010 /* This bit means that what ought to be in the Z bit @@ -102,7 +105,7 @@ extern CC_STATUS cc_status; #define CC_INVERTED 0100 /* Nonzero if we must convert signed condition operators to unsigned. - This is only used by machine description files. */ + This is only used by machine description files. */ #define CC_NOT_SIGNED 0200 /* This is how to initialize the variable cc_status.