From e8a2790cc7b812793db68328af927e6015c8576d Mon Sep 17 00:00:00 2001 From: James Van Artsdalen Date: Mon, 12 Oct 1992 21:36:50 +0000 Subject: [PATCH] (CC_NOT_SIGNED): New macro. From-SVN: r2412 --- gcc/conditions.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/gcc/conditions.h b/gcc/conditions.h index 140fbd98544..e7319377f37 100644 --- a/gcc/conditions.h +++ b/gcc/conditions.h @@ -101,6 +101,10 @@ extern CC_STATUS cc_status; (though inverted) state. */ #define CC_INVERTED 0100 +/* Nonzero if we must convert signed condition operators to unsigned. + This is only used by machine description files. */ +#define CC_NOT_SIGNED 0200 + /* This is how to initialize the variable cc_status. final does this at appropriate moments. */