* cgen.h (CGEN_SYNTAX_MAKE_FIELD): New macro.
authorDoug Evans <dje@google.com>
Wed, 18 Feb 1998 05:46:37 +0000 (05:46 +0000)
committerDoug Evans <dje@google.com>
Wed, 18 Feb 1998 05:46:37 +0000 (05:46 +0000)
include/opcode/ChangeLog
include/opcode/cgen.h

index 67d2323..a0cf63a 100644 (file)
@@ -1,3 +1,7 @@
+Tue Feb 17 21:42:56 1998  Nick Clifton  <nickc@cygnus.com>
+
+       * cgen.h (CGEN_SYNTAX_MAKE_FIELD): New macro.
+
 Tue Feb 17 16:00:56 1998  Doug Evans  <devans@seba.cygnus.com>
 
        * cgen.h (cgen_insert_fn): Change type of result to const char *.
index d20efd3..ffe8f6f 100644 (file)
@@ -608,6 +608,7 @@ typedef struct
 #define CGEN_SYNTAX_CHAR_P(c) ((c) < 128)
 #define CGEN_SYNTAX_CHAR(c) (c)
 #define CGEN_SYNTAX_FIELD(c) ((c) - 128)
+#define CGEN_SYNTAX_MAKE_FIELD(c) ((c) + 128)
 
 /* ??? I can't currently think of any case where the mnemonic doesn't come
    first [and if one ever doesn't building the hash tables will be tricky].