Commit 4b855767 by Jeffrey A Law Committed by Jeff Law

alpha.md (builtin_longjmp): Add missing "DONE".

        * alpha.md (builtin_longjmp): Add missing "DONE".
alpha -O0 bootstrap bugfix.

From-SVN: r24417
parent 52f322da
Fri Dec 25 23:00:56 1998 Jeffrey A Law (law@cygnus.com)
* alpha.md (builtin_longjmp): Add missing "DONE".
Thu Dec 24 10:39:57 1998 Stan Cox <scox@cygnus.com>
* gcc.c (execute): Enable -pipe with win32.
......
......@@ -5212,6 +5212,7 @@
where to look for it when we get back to setjmp's function for
restoring the gp. */
emit_indirect_jump (pv);
DONE;
}")
(define_insn "builtin_setjmp_receiver"
......
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