From: Jeff Law Date: Wed, 30 Jun 1999 23:20:56 +0000 (+0000) Subject: * hppa.h (struct pa_opcode): Add new field "flags". X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=7382664060093649f77d4a0acc36fd63c6dfc4dd;p=binutils-gdb.git * hppa.h (struct pa_opcode): Add new field "flags". (FLAGS_STRICT): Define. --- diff --git a/include/opcode/ChangeLog b/include/opcode/ChangeLog index dcd37537032..b3e3dd9ab2c 100644 --- a/include/opcode/ChangeLog +++ b/include/opcode/ChangeLog @@ -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 Jeff Law diff --git a/include/opcode/hppa.h b/include/opcode/hppa.h index be100479750..f454be11bf8 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.