From 0be559b5e5cfa80554c723eb96187c4aab29440c Mon Sep 17 00:00:00 2001 From: hp Date: Fri, 13 May 2005 17:09:56 +0000 Subject: [PATCH] Correct mixup in last entry git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@99670 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/ChangeLog | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index d02adcd..49b5306 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -5,10 +5,10 @@ * config/cris/cris.md ("*movsi_internal"): Use CRIS_ASSERT and internal_error instead of abort. ("movsi"): Ditto. Unquote preparation statement section. - * config/cris/cris.c (ASSERT_PLT_UNSPEC): Define in terms of - CRIS_ASSERT. ("call", "call_value"): Ditto, but use gcc_assert where appropriate. Tweak comments. + * config/cris/cris.c (ASSERT_PLT_UNSPEC): Define in terms of + CRIS_ASSERT. (cris_op_str): Call internal_error, not abort. (cris_print_operand): Tweak "abort" reference to "die" in comment. (cris_initial_elimination_offset): Call gcc_unreachable, not abort. -- 2.7.4