mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-02-21 16:26:12 +08:00
* hppa.h (struct pa_opcode): Add new field "flags".
(FLAGS_STRICT): Define.
This commit is contained in:
parent
ccc329f000
commit
ca7cd5dc64
@ -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>
|
Fri Jun 25 04:22:04 1999 Jerry Quinn <jquinn@nortelnetworks.com>
|
||||||
Jeff Law <law@cygnus.com>
|
Jeff Law <law@cygnus.com>
|
||||||
|
|
||||||
|
@ -43,8 +43,12 @@ struct pa_opcode
|
|||||||
unsigned long int mask; /* ... in these bits. */
|
unsigned long int mask; /* ... in these bits. */
|
||||||
char *args;
|
char *args;
|
||||||
enum pa_arch arch;
|
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.
|
All hppa opcodes are 32 bits.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user