From c826e751760901de543f4640467e3a08df7f49bf Mon Sep 17 00:00:00 2001 From: Niklas Hallqvist Date: Tue, 3 Mar 1998 21:37:38 +0000 Subject: GCC 2.8.0 merge --- gnu/usr.bin/gcc/conditions.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'gnu/usr.bin/gcc/conditions.h') diff --git a/gnu/usr.bin/gcc/conditions.h b/gnu/usr.bin/gcc/conditions.h index c92226c14ce..80d604790cc 100644 --- a/gnu/usr.bin/gcc/conditions.h +++ b/gnu/usr.bin/gcc/conditions.h @@ -85,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 -- cgit v1.2.3