mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-09-12 01:24:12 +08:00
Changes in reloc numbers, lint, and removal of const
This commit is contained in:
@ -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 */
|
||||
|
Reference in New Issue
Block a user