aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorHans-Peter Nilsson <hp@gcc.gnu.org>2005-05-13 17:09:56 +0000
committerHans-Peter Nilsson <hp@gcc.gnu.org>2005-05-13 17:09:56 +0000
commit52c9ce2ea289fe5eb3b6e4c1491b6207eef69a1e (patch)
treecd2cdc24b715da9e36bc706b92db8befd45fcb3e /gcc
parentb6c341293e5c0b4fc017a327bd1c86d06c38e3da (diff)
downloadgcc-52c9ce2ea289fe5eb3b6e4c1491b6207eef69a1e.zip
gcc-52c9ce2ea289fe5eb3b6e4c1491b6207eef69a1e.tar.gz
gcc-52c9ce2ea289fe5eb3b6e4c1491b6207eef69a1e.tar.bz2
Correct mixup in last entry
From-SVN: r99670
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog4
1 files 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.