OSDN Git Service

* alpha.md (builtin_longjmp): Add missing "DONE".
authorlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 25 Dec 1998 22:08:13 +0000 (22:08 +0000)
committerlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 25 Dec 1998 22:08:13 +0000 (22:08 +0000)
alpha -O0 bootstrap bugfix.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@24417 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/config/alpha/alpha.md

index 260d22c..be9d8b0 100644 (file)
@@ -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  <scox@cygnus.com>
 
        * gcc.c (execute): Enable -pipe with win32.
 Thu Dec 24 10:39:57 1998  Stan Cox  <scox@cygnus.com>
 
        * gcc.c (execute): Enable -pipe with win32.
index fde18fa..59b04f9 100644 (file)
      where to look for it when we get back to setjmp's function for
      restoring the gp.  */
   emit_indirect_jump (pv);
      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"
 }")
 
 (define_insn "builtin_setjmp_receiver"