Commit 532eedf4 by Richard Henderson Committed by Richard Henderson

* sparc.md (blockage, nonlocal_goto_receiver): Set length to 0.

From-SVN: r25509
parent 456bf3e3
Sun Feb 28 15:57:06 1999 Richard Henderson <rth@cygnus.com>
* sparc.md (blockage, nonlocal_goto_receiver): Set length to 0.
Sun Feb 28 14:47:53 1999 Arturo Montes <mitosys@colomsat.com.co>
* config/i386/t-sco5gas (crti.o): New target.
......
......@@ -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")])
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment