From 54dfaf0a65c81101584db1417d43381f88a29b0a Mon Sep 17 00:00:00 2001 From: Jeff Law Date: Fri, 15 Nov 1996 20:43:44 +0000 Subject: [PATCH] * mn10300-opc.c (mn10300_opcodes): Demand parens around register argument is calls and jmp instructions. Found trying to build libgcc2 for the mn10300 :-) --- opcodes/ChangeLog | 10 ++++++++++ opcodes/mn10300-opc.c | 4 ++-- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index 7b4bf58..88315b9 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,13 @@ +Fri Nov 15 13:43:19 1996 Jeffrey A Law (law@cygnus.com) + + * mn10300-opc.c (mn10300_opcodes): Demand parens around + register argument is calls and jmp instructions. + +Thu Nov 7 00:26:05 1996 Jeffrey A Law (law@cygnus.com) + + * mn10300-opc.c (mn10300_opcodes): Use DN01 for putx and + getx operand. Fix opcode for mulqu imm,dn. + Wed Nov 6 13:42:32 1996 Jeffrey A Law (law@cygnus.com) * mn10300-opc.c (mn10300_operands): Hijack "bits" field diff --git a/opcodes/mn10300-opc.c b/opcodes/mn10300-opc.c index 89714f5..cebceac 100644 --- a/opcodes/mn10300-opc.c +++ b/opcodes/mn10300-opc.c @@ -402,13 +402,13 @@ const struct mn10300_opcode mn10300_opcodes[] = { { "lcc", 0xd6, 0xff, FMT_S0, {UNUSED}}, { "setlb", 0xdb, 0xff, FMT_S0, {UNUSED}}, -{ "jmp", 0xf0f4, 0xfffc, FMT_D0, {AN0}}, +{ "jmp", 0xf0f4, 0xfffc, FMT_D0, {PAREN,AN0,PAREN}}, { "jmp", 0xcc0000, 0xff0000, FMT_S2, {IMM16}}, { "jmp", 0xdc000000, 0xff000000, FMT_S4, {IMM32_HIGH24}}, { "call", 0xcd000000, 0xff000000, FMT_S4, {D16_SHIFT,IMM8,IMM8E}}, { "call", 0xdd000000, 0xff000000, FMT_S6, {IMM32_HIGH24_LOWSHIFT16,IMM8E_SHIFT8,IMM8E}}, -{ "calls", 0xf0f0, 0xfffc, FMT_D0, {AN0}}, +{ "calls", 0xf0f0, 0xfffc, FMT_D0, {PAREN,AN0,PAREN}}, { "calls", 0xfaff0000, 0xffff0000, FMT_D2, {IMM16}}, { "calls", 0xfcff0000, 0xffff0000, FMT_D4, {IMM32}}, -- 2.7.4