]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Correct mixup in last entry
authorHans-Peter Nilsson <hp@gcc.gnu.org>
Fri, 13 May 2005 17:09:56 +0000 (17:09 +0000)
committerHans-Peter Nilsson <hp@gcc.gnu.org>
Fri, 13 May 2005 17:09:56 +0000 (17:09 +0000)
From-SVN: r99670

gcc/ChangeLog

index d02adcd40bd888a827ebcde028f3c48eacbe442c..49b53065ea4b7e9b8b36c85321417b33ee71bb6b 100644 (file)
@@ -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.