mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-02-24 15:55:57 +08:00
alpha.md (builtin_longjmp): Add missing "DONE".
* alpha.md (builtin_longjmp): Add missing "DONE". alpha -O0 bootstrap bugfix. From-SVN: r24417
This commit is contained in:
parent
52f322dab9
commit
4b8557677e
@ -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.
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user