From: Richard Henderson Date: Sun, 28 Feb 1999 15:58:15 +0000 (-0800) Subject: * sparc.md (blockage, nonlocal_goto_receiver): Set length to 0. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=532eedf4ed0003c90fcc460e5dfe94bd925108a2;p=gcc.git * sparc.md (blockage, nonlocal_goto_receiver): Set length to 0. From-SVN: r25509 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 75fa77a84cd..8264f6aae0e 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +Sun Feb 28 15:57:06 1999 Richard Henderson + + * sparc.md (blockage, nonlocal_goto_receiver): Set length to 0. + Sun Feb 28 14:47:53 1999 Arturo Montes * config/i386/t-sco5gas (crti.o): New target. diff --git a/gcc/config/sparc/sparc.md b/gcc/config/sparc/sparc.md index 7e27aea7c38..55d07422e9e 100644 --- a/gcc/config/sparc/sparc.md +++ b/gcc/config/sparc/sparc.md @@ -7601,7 +7601,8 @@ (define_insn "blockage" [(unspec_volatile [(const_int 0)] 0)] "" - "") + "" + [(set_attr "length" "0")]) ;; Prepare to return any type including a structure value. @@ -8187,7 +8188,8 @@ (define_insn "nonlocal_goto_receiver" [(unspec_volatile [(const_int 0)] 5)] "flag_pic" - "") + "" + [(set_attr "length" "0")]) (define_insn "trap" [(trap_if (const_int 1) (const_int 5))] @@ -8220,4 +8222,3 @@ "t%C0\\t%%xcc, %1" [(set_attr "type" "misc") (set_attr "length" "1")]) -