* config/h8300/h8300.md (define_asm_attributes): New.
authorKazu Hirata <kazu@cs.umass.edu>
Thu, 9 Oct 2003 13:13:52 +0000 (13:13 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Thu, 9 Oct 2003 13:13:52 +0000 (13:13 +0000)
From-SVN: r72264

gcc/ChangeLog
gcc/config/h8300/h8300.md

index f9f4321b5c90d80c0e14f4ed1d0be0528e803929..1c2dc1f69a5f96c518844fad2bbeca934e4795f9 100644 (file)
@@ -1,3 +1,7 @@
+2003-10-09  Kazu Hirata  <kazu@cs.umass.edu>
+
+       * config/h8300/h8300.md (define_asm_attributes): New.
+
 2003-10-09  Roger Sayle  <roger@eyesopen.com>
 
        * optabs.c (prepare_float_lib_cmp): Always attach a REG_EQUAL note
index 095949d72fb1ae621dfd0793e7814735dbaba724..9c8b88fabe5609a05976031f1a29507410075224 100644 (file)
 
 (define_attr "cc" "none,none_0hit,set_znv,set_zn,compare,clobber"
   (const_string "clobber"))
+
+;; Provide the maximum length of an assembly instruction in an asm
+;; statement.  The maximum length of 14 bytes is achieved on H8SX.
+
+(define_asm_attributes
+  [(set_attr "length" "14")])
 \f
 ;; ----------------------------------------------------------------------
 ;; MOVE INSTRUCTIONS