From: Jeff Law Date: Thu, 10 Oct 1996 22:03:16 +0000 (+0000) Subject: * config/mn10300.c (md_assemble): Pass an extra shift count X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=3ab9337b4b6483626ac6014072f473eb1634b546;p=binutils-gdb.git * config/mn10300.c (md_assemble): Pass an extra shift count to mn10300_insert_operand based on the opcode format. (mn10300_insert_operand): Accept and use extra shift count parameter. Matsushita --- diff --git a/gas/ChangeLog b/gas/ChangeLog index ff2f4beab53..e4c72a1822d 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -15,6 +15,11 @@ Thu Oct 10 17:22:18 1996 Michael Meissner Thu Oct 10 12:05:45 1996 Jeffrey A Law (law@cygnus.com) + * config/mn10300.c (md_assemble): Pass an extra shift count + to mn10300_insert_operand based on the opcode format. + (mn10300_insert_operand): Accept and use extra shift count + parameter. + * config/tc-mn10300.c (md_assemble): Use FMT_* macros for formats rather than hard-coded constants.