diff options
author | Jeff Law <law@redhat.com> | 1996-10-10 22:03:16 +0000 |
---|---|---|
committer | Jeff Law <law@redhat.com> | 1996-10-10 22:03:16 +0000 |
commit | 3ab9337b4b6483626ac6014072f473eb1634b546 (patch) | |
tree | 2efd8e7b83e79646c78a2a20cc88e32ec1a07242 /gas | |
parent | f6f2b36e9b1678f8db1f499549cc6f5103ddc7a6 (diff) | |
download | gdb-3ab9337b4b6483626ac6014072f473eb1634b546.zip gdb-3ab9337b4b6483626ac6014072f473eb1634b546.tar.gz gdb-3ab9337b4b6483626ac6014072f473eb1634b546.tar.bz2 |
* 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
Diffstat (limited to 'gas')
-rw-r--r-- | gas/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index ff2f4be..e4c72a1 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -15,6 +15,11 @@ Thu Oct 10 17:22:18 1996 Michael Meissner <meissner@tiktok.cygnus.com> 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. |