diff options
author | Michael Snyder <msnyder@vmware.com> | 2003-06-05 18:53:35 +0000 |
---|---|---|
committer | Michael Snyder <msnyder@vmware.com> | 2003-06-05 18:53:35 +0000 |
commit | d4ea8842ef11bd2e24dd25c330b3bf68a66b6938 (patch) | |
tree | 333dd291decede871108a41fe9c0511e5008b141 /gas/ChangeLog | |
parent | fe8aec39a751c7275f99601958f9f58e1de44459 (diff) | |
download | gdb-d4ea8842ef11bd2e24dd25c330b3bf68a66b6938.zip gdb-d4ea8842ef11bd2e24dd25c330b3bf68a66b6938.tar.gz gdb-d4ea8842ef11bd2e24dd25c330b3bf68a66b6938.tar.bz2 |
2003-06-05 Michael Snyder <msnyder@redhat.com>
* config/tc-h8sx.c (get_specific): Distinguish h8h from h8s ops.
(build_bytes): Ditto.
2003-06-05 Richard Sandiford <rsandifo@redhat.com>
* config/tc-h8sx.c (DMODE): Remove.
(colonmod24): Don't choose a default if the operand is a 16-bit
constant integer.
(fix_operand_size): New function.
(md_assemble): Use it to choose between @(d:2, ERn) and @(d:16,ERn).
Adjust @(d:2,ERn) operands before choosing the specific opcodes.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 4807f18..0f3833e 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,17 @@ +2003-06-05 Michael Snyder <msnyder@redhat.com> + + * config/tc-h8sx.c (get_specific): Distinguish h8h from h8s ops. + (build_bytes): Ditto. + +2003-06-05 Richard Sandiford <rsandifo@redhat.com> + + * config/tc-h8sx.c (DMODE): Remove. + (colonmod24): Don't choose a default if the operand is a 16-bit + constant integer. + (fix_operand_size): New function. + (md_assemble): Use it to choose between @(d:2, ERn) and @(d:16,ERn). + Adjust @(d:2,ERn) operands before choosing the specific opcodes. + 2003-06-05 Michal Ludvig <mludvig@suse.cz> * dw2gencfi.c (cfi_add_CFA_insn, cfi_add_CFA_insn_reg) |