From: Jeffrey A Law Date: Fri, 25 Dec 1998 22:08:13 +0000 (+0000) Subject: alpha.md (builtin_longjmp): Add missing "DONE". X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=4b8557677e023483e8faada2763c05d694d50eca;p=gcc.git alpha.md (builtin_longjmp): Add missing "DONE". * alpha.md (builtin_longjmp): Add missing "DONE". alpha -O0 bootstrap bugfix. From-SVN: r24417 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 260d22cc853..be9d8b05e2c 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +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 * gcc.c (execute): Enable -pipe with win32. diff --git a/gcc/config/alpha/alpha.md b/gcc/config/alpha/alpha.md index fde18faa628..59b04f9871c 100644 --- a/gcc/config/alpha/alpha.md +++ b/gcc/config/alpha/alpha.md @@ -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"