aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gcc/ChangeLog4
-rw-r--r--gcc/config/c4x/c4x.md2
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 3b7e2f6..23c1afa 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,7 @@
+2003-01-16 Herman A.J. ten Brugge <hermantenbrugge@home.nl>
+
+ * config/c4x/c4x.md (epilogue): Correct last patch.
+
2003-01-15 Richard Henderson <rth@redhat.com>
* config/alpha/alpha.c (find_lo_sum_using_gp): Rename from find_lo_sum;
diff --git a/gcc/config/c4x/c4x.md b/gcc/config/c4x/c4x.md
index 99a4b3a..9358f39 100644
--- a/gcc/config/c4x/c4x.md
+++ b/gcc/config/c4x/c4x.md
@@ -5484,7 +5484,7 @@
(define_expand "epilogue"
[(const_int 1)]
- "! c4x_null_epilogue_p ()"
+ ""
"c4x_expand_epilogue (); DONE;")
;