diff options
| author | hp <hp@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-05-13 17:09:56 +0000 |
|---|---|---|
| committer | hp <hp@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-05-13 17:09:56 +0000 |
| commit | 0be559b5e5cfa80554c723eb96187c4aab29440c (patch) | |
| tree | cd2cdc24b715da9e36bc706b92db8befd45fcb3e /gcc | |
| parent | c14afa1927f09e7690942d9e0eeb2b32a0458cc9 (diff) | |
| download | ppe42-gcc-0be559b5e5cfa80554c723eb96187c4aab29440c.tar.gz ppe42-gcc-0be559b5e5cfa80554c723eb96187c4aab29440c.zip | |
Correct mixup in last entry
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@99670 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc')
| -rw-r--r-- | gcc/ChangeLog | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index d02adcd40bd..49b53065ea4 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. |

