OSDN Git Service

* hppa.h (struct pa_opcode): Add new field "flags".
authorJeff Law <law@redhat.com>
Wed, 30 Jun 1999 23:20:56 +0000 (23:20 +0000)
committerJeff Law <law@redhat.com>
Wed, 30 Jun 1999 23:20:56 +0000 (23:20 +0000)
        (FLAGS_STRICT): Define.

include/opcode/ChangeLog
include/opcode/hppa.h

index dcd3753..b3e3dd9 100644 (file)
@@ -1,3 +1,8 @@
+Thu Jul  1 00:17:24 1999  Jeffrey A Law  (law@cygnus.com)
+
+       * hppa.h (struct pa_opcode): Add new field "flags".
+       (FLAGS_STRICT): Define.
+
 Fri Jun 25 04:22:04 1999  Jerry Quinn <jquinn@nortelnetworks.com>
                          Jeff Law <law@cygnus.com>
 
index be10047..f454be1 100644 (file)
@@ -43,8 +43,12 @@ struct pa_opcode
     unsigned long int mask;    /* ... in these bits. */
     char *args;
     enum pa_arch arch;
+    char flags;
 };
 
+/* Enable/disable strict syntax checking.  Not currently used, but will
+   be necessary for PA2.0 support in the future.  */
+#define FLAG_STRICT 0x1
 
 /*
    All hppa opcodes are 32 bits.