diff options
author | Jeff Law <law@redhat.com> | 1996-11-06 22:04:42 +0000 |
---|---|---|
committer | Jeff Law <law@redhat.com> | 1996-11-06 22:04:42 +0000 |
commit | efba8af01ddb28b404f6e2d5127d57e074d3ce48 (patch) | |
tree | d9d05b20297bf8eb54b25b74bd79e084e059c71e /gas | |
parent | 26433754ccec63386d45f57da9f81f853b818b32 (diff) | |
download | gdb-efba8af01ddb28b404f6e2d5127d57e074d3ce48.zip gdb-efba8af01ddb28b404f6e2d5127d57e074d3ce48.tar.gz gdb-efba8af01ddb28b404f6e2d5127d57e074d3ce48.tar.bz2 |
* config/tc-mn10300.c (mn10300_insert_operand): MN10300_OPERAND_SPLIT
operands are assumed to be 32bits. Use "bits" field to hold the
number of bits in the main instruction word for MN10300_OPERAND_SPLIT.
(mn10300_check_operand): MN10300_OPERAND_SPLIT operands are assumed
to be 32bits.
Diffstat (limited to 'gas')
-rw-r--r-- | gas/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 57c29bb..a569e5c 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,4 +1,10 @@ Wed Nov 6 13:46:07 1996 Jeffrey A Law (law@cygnus.com) + + * config/tc-mn10300.c (mn10300_insert_operand): MN10300_OPERAND_SPLIT + operands are assumed to be 32bits. Use "bits" field to hold the + number of bits in the main instruction word for MN10300_OPERAND_SPLIT. + (mn10300_check_operand): MN10300_OPERAND_SPLIT operands are assumed + to be 32bits. * config/tc-mn10300.c (mn10300_insert_operand): Shift low part of a MN10300_OPERAND_SPLIT operand by operand->shift. |