summaryrefslogtreecommitdiff
path: root/gcc/conditions.h
diff options
context:
space:
mode:
authorjrv <jrv@138bc75d-0d04-0410-961f-82ee72b054a4>1992-10-12 21:36:50 +0000
committerjrv <jrv@138bc75d-0d04-0410-961f-82ee72b054a4>1992-10-12 21:36:50 +0000
commit4101be691cb39d0b7f07c68e8c0b1d1029d13066 (patch)
tree02a0e00240c2d1b6f77f11870d3a8f2be888db7d /gcc/conditions.h
parent72f7ce65edef29101d7abd3e24307add377aed2c (diff)
downloadgcc-4101be691cb39d0b7f07c68e8c0b1d1029d13066.tar.gz
(CC_NOT_SIGNED): New macro.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@2412 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/conditions.h')
-rw-r--r--gcc/conditions.h4
1 files changed, 4 insertions, 0 deletions
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. */