Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Law <law@redhat.com>1999-07-01 03:20:56 +0400
committerJeff Law <law@redhat.com>1999-07-01 03:20:56 +0400
commitca7cd5dc645706b78b282cc268e0e3d64663d132 (patch)
tree0f2a4be65a21318f01e05a2916caff000cb1d29b /include/opcode/hppa.h
parentccc329f000e031381dcc765812fa6b55dbcd165c (diff)
* hppa.h (struct pa_opcode): Add new field "flags".
(FLAGS_STRICT): Define.
Diffstat (limited to 'include/opcode/hppa.h')
-rw-r--r--include/opcode/hppa.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/opcode/hppa.h b/include/opcode/hppa.h
index be1004797..f454be11b 100644
--- a/include/opcode/hppa.h
+++ b/include/opcode/hppa.h
@@ -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.