fix for pr 3571
authorSteve Chamberlain <sac@cygnus>
Mon, 11 Oct 1993 23:48:55 +0000 (23:48 +0000)
committerSteve Chamberlain <sac@cygnus>
Mon, 11 Oct 1993 23:48:55 +0000 (23:48 +0000)
* 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.

gas/ChangeLog

index eab96694cda9c8c845953b7cae276f6630ca24d5..bdd48abd86f4ec2ce5c375953bfec46024a2eb3b 100644 (file)
@@ -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.