From 532eedf4ed0003c90fcc460e5dfe94bd925108a2 Mon Sep 17 00:00:00 2001 From: Richard Henderson Date: Sun, 28 Feb 1999 07:58:15 -0800 Subject: [PATCH] * sparc.md (blockage, nonlocal_goto_receiver): Set length to 0. From-SVN: r25509 --- gcc/ChangeLog | 4 ++++ gcc/config/sparc/sparc.md | 7 ++++--- 2 files changed, 8 insertions(+), 3 deletions(-) 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")]) - -- 2.30.2