opcodes/mips-opc.c: Note that 'jalx' is (probably incorrectly) marked I1.
This commit is contained in:
parent
3cd99cc646
commit
b7dd310d55
2 changed files with 7 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
Thu Oct 16 11:55:20 1997 Gavin Koch <gavin@cygnus.com>
|
||||
|
||||
* mips-opc.c: Note that 'jalx' is (probably incorrectly) marked I1.
|
||||
|
||||
Tue Oct 14 16:10:31 1997 Nick Clifton <nickc@cygnus.com>
|
||||
|
||||
* v850-dis.c (disassemble): Use new symbol_at_address_func() field
|
||||
|
|
|
@ -404,6 +404,8 @@ const struct mips_opcode mips_builtin_opcodes[] = {
|
|||
assembler, but will never match user input (because the line above
|
||||
will match first). */
|
||||
{"jal", "a", 0x0c000000, 0xfc000000, UBD|WR_31, I1 },
|
||||
/* jalx really should only be avaliable if mips16 is available,
|
||||
but for now make it I1. */
|
||||
{"jalx", "a", 0x74000000, 0xfc000000, UBD|WR_31, I1 },
|
||||
{"la", "t,A(b)", 0, (int) M_LA_AB, INSN_MACRO },
|
||||
{"lb", "t,o(b)", 0x80000000, 0xfc000000, LDD|RD_b|WR_t, I1 },
|
||||
|
|
Loading…
Reference in a new issue