From: Jeffrey A Law Date: Fri, 25 Dec 1998 22:08:13 +0000 (+0000) Subject: alpha.md (builtin_longjmp): Add missing "DONE". X-Git-Tag: prereleases/libgcj-0.1~1541 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4b8557677e023483e8faada2763c05d694d50eca;p=thirdparty%2Fgcc.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 260d22cc8537..be9d8b05e2c0 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 fde18faa628b..59b04f9871c5 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"