Commit e8a2790c by James Van Artsdalen

(CC_NOT_SIGNED): New macro.

From-SVN: r2412
parent 472fbdd1
...@@ -101,6 +101,10 @@ extern CC_STATUS cc_status; ...@@ -101,6 +101,10 @@ extern CC_STATUS cc_status;
(though inverted) state. */ (though inverted) state. */
#define CC_INVERTED 0100 #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. /* This is how to initialize the variable cc_status.
final does this at appropriate moments. */ final does this at appropriate moments. */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment