diff options
author | Jeff Law <law@redhat.com> | 1996-08-31 22:04:08 +0000 |
---|---|---|
committer | Jeff Law <law@redhat.com> | 1996-08-31 22:04:08 +0000 |
commit | 270fd2adc3a49a8b9f9160a8cff9d29eb94695e2 (patch) | |
tree | 85da767cd3b8d93a03b25e862ed88d7e2d29cd08 /gas | |
parent | 09478dc331acb6e6819be2c9fda492f47a62c6e3 (diff) | |
download | gdb-270fd2adc3a49a8b9f9160a8cff9d29eb94695e2.zip gdb-270fd2adc3a49a8b9f9160a8cff9d29eb94695e2.tar.gz gdb-270fd2adc3a49a8b9f9160a8cff9d29eb94695e2.tar.bz2 |
* config/tc-v850.c (md_assemble): Compute size of the instrction
from the opcode.
Diffstat (limited to 'gas')
-rw-r--r-- | gas/ChangeLog | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index b7d4159..dcc51b90 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,9 +1,14 @@ start-sanitize-v850 -Fri Aug 30 23:50:08 1996 Jeffrey A Law (law@cygnus.com) +Sat Aug 31 16:03:00 1996 Jeffrey A Law (law@cygnus.com) + + * config/tc-v850.c (md_assemble): Compute size of the instrction + from the opcode. * config/tc-v850.c (md_apply_fix3): Do simple byte, short and word fixups too. +Fri Aug 30 23:50:08 1996 Jeffrey A Law (law@cygnus.com) + * config/tc-v850.c (md_apply_fix3): Use little endian get/put routines to fetch/store the updated instruction from/to memory. (v850_insert_operand): If the operand has a specialized insert |