diff options
| author | tv <tv@NetBSD.org> | 1999-02-02 19:51:16 +0000 |
|---|---|---|
| committer | tv <tv@NetBSD.org> | 1999-02-02 19:51:16 +0000 |
| commit | 2e8b57510c512922b01977bf9c07cb986ddbaa67 (patch) | |
| tree | 99f0ff2ba55134ad127492d887b5b6567773ef25 /gnu/dist/include/opcode/sparc.h | |
| parent | 269cb58003ce63bbb1763517287a25b909583ae4 (diff) | |
By popular demand, import binutils 2.9.1.
Diffstat (limited to 'gnu/dist/include/opcode/sparc.h')
| -rw-r--r-- | gnu/dist/include/opcode/sparc.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gnu/dist/include/opcode/sparc.h b/gnu/dist/include/opcode/sparc.h index 79ca7586e84..4f159bd896f 100644 --- a/gnu/dist/include/opcode/sparc.h +++ b/gnu/dist/include/opcode/sparc.h @@ -183,6 +183,8 @@ Kinds of operands: * Prefetch function constant. (v9) x OPF field (v9 impdep). 0 32/64 bit immediate for set or setx (v9) insns + _ Ancillary state register in rd (v9a) + / Ancillary state register in rs1 (v9a) The following chars are unused: (note: ,[] are used as punctuation) [345] @@ -216,7 +218,7 @@ The following chars are unused: (note: ,[] are used as punctuation) #define RS1_G0 RS1(~0) #define RS2_G0 RS2(~0) -extern struct sparc_opcode sparc_opcodes[]; +extern const struct sparc_opcode sparc_opcodes[]; extern const int sparc_num_opcodes; extern int sparc_encode_asi PARAMS ((const char *)); |
