aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeffrey A Law <law@cygnus.com>1998-12-25 22:08:13 +0000
committerJeffrey A Law <law@cygnus.com>1998-12-25 22:08:13 +0000
commit670bef5ec1befd9f98424959709a27c6694f30ea (patch)
tree658ffc60e0c148d1949d9c2e5df5b9864376ff33
parent6e64e7cb458fefb324497232349269599f3a776c (diff)
* alpha.md (builtin_longjmp): Add missing "DONE".
alpha -O0 bootstrap bugfix. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@24417 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r--gcc/ChangeLog4
-rw-r--r--gcc/config/alpha/alpha.md1
2 files changed, 5 insertions, 0 deletions
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 <scox@cygnus.com>
* 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"