diff options
author | Steve Chamberlain <sac@cygnus> | 1993-10-11 23:48:55 +0000 |
---|---|---|
committer | Steve Chamberlain <sac@cygnus> | 1993-10-11 23:48:55 +0000 |
commit | 2dd45209498165a9bd359b7c43744a5120823e4d (patch) | |
tree | 1d2620823484088297d2d71a0cd776214c48a7c1 | |
parent | 843cea0d2bb085b03120ac7888567400d60caae2 (diff) | |
download | gdb-2dd45209498165a9bd359b7c43744a5120823e4d.zip gdb-2dd45209498165a9bd359b7c43744a5120823e4d.tar.gz gdb-2dd45209498165a9bd359b7c43744a5120823e4d.tar.bz2 |
fix for pr 3571
* config/tc-h8300.c (get_specific): Special action if 8 bit
address seen. (check_operand): Don't complain if truncating top
bits of an 8 bit address. (build_bytes): Allow an immediate and
an absolute in the same insn.
-rw-r--r-- | gas/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index eab9669..bdd48ab 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,11 @@ + Mon Oct 11 16:46:31 1993 Steve Chamberlain (sac@phydeaux.cygnus.com) + + fix for pr 3571 + * config/tc-h8300.c (get_specific): Special action if 8 bit + address seen. (check_operand): Don't complain if truncating top + bits of an 8 bit address. (build_bytes): Allow an immediate and + an absolute in the same insn. + Mon Oct 11 17:18:51 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com) * write.c (write_contents): Don't crash if seginfo is NULL. |