diff options
author | nathan <nathan@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-04-26 17:55:32 +0000 |
---|---|---|
committer | nathan <nathan@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-04-26 17:55:32 +0000 |
commit | 7f81c1620a0c760a7fd9b38a90af9970af0cc675 (patch) | |
tree | 7963ec9a945ca6f124d5b9fd406789bb179d8b20 /gcc/config/mmix/mmix.md | |
parent | fb0c974d0fe4f065e1d8d328c9c3965e9b8db553 (diff) | |
download | gcc-7f81c1620a0c760a7fd9b38a90af9970af0cc675.tar.gz |
* config/mips/mips.c (mips_legitimize_tls_address): Use
gcc_unreachable.
* config/mmix/mmix.c (mmix_assemble_integer): Use gcc_assert.
* config/mmix/crti.asm (_init): Reword comment to avoid 'abort'.
* config/mmix/mmix.md (nonlocal_goto_receiver): Likewise.
* config/sparc/sparc.h (enum reg_class): Reword comment to avoid
'abort'.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@98782 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/mmix/mmix.md')
-rw-r--r-- | gcc/config/mmix/mmix.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/mmix/mmix.md b/gcc/config/mmix/mmix.md index 827ed4bd946..94a55782229 100644 --- a/gcc/config/mmix/mmix.md +++ b/gcc/config/mmix/mmix.md @@ -1216,7 +1216,7 @@ DIVU %1,%1,%2\;GET %0,:rR\;NEGU %2,0,%0\;CSNN %0,$255,%2") ;; the frame-pointer would be located). ;; In the nonlocal goto receiver, we unwind the register stack by a series ;; of "pop 0,0" until rO equals the saved value. (If it goes lower, we -;; should call abort.) +;; should die with a trap.) (define_expand "nonlocal_goto_receiver" [(parallel [(unspec_volatile [(const_int 0)] 1) (clobber (scratch:DI)) |