diff options
author | Steve Chamberlain <steve@cygnus> | 1991-07-19 15:28:37 +0000 |
---|---|---|
committer | Steve Chamberlain <steve@cygnus> | 1991-07-19 15:28:37 +0000 |
commit | fcc654cbfd8c384a4cf773b98e893932818c791a (patch) | |
tree | 1635d9e3b5424c1f44053dac84b8b30843eb4cd3 /include/sparc-opcode.h | |
parent | 78f3d2c924319ebe5ef7509dc75841f8a8c0ff09 (diff) | |
download | gdb-fcc654cbfd8c384a4cf773b98e893932818c791a.zip gdb-fcc654cbfd8c384a4cf773b98e893932818c791a.tar.gz gdb-fcc654cbfd8c384a4cf773b98e893932818c791a.tar.bz2 |
Changes in reloc numbers, lint, and removal of const
Diffstat (limited to 'include/sparc-opcode.h')
-rwxr-xr-x | include/sparc-opcode.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sparc-opcode.h b/include/sparc-opcode.h index 425d8d9..9b2b3a3 100755 --- a/include/sparc-opcode.h +++ b/include/sparc-opcode.h @@ -206,7 +206,7 @@ The following chars are unused: (note: ,[] are used as punctuation) #define FCC(x) (((x)&0x3)<<11) /* v9 */ #define FBFCC(x) (((x)&0x3)<<19) /* v9 */ -static const struct sparc_opcode sparc_opcodes[] = { +static struct sparc_opcode sparc_opcodes[] = { { "ld", F3(3, 0x00, 0), F3(~3, ~0x00, ~0), "[1+2],d", 0, v6 }, { "ld", F3(3, 0x00, 0), F3(~3, ~0x00, ~0)|RS2_G0, "[1],d", 0, v6 }, /* ld [rs1+%g0],d */ |