aboutsummaryrefslogtreecommitdiff
path: root/gcc/ChangeLog
diff options
context:
space:
mode:
authorJeffrey A Law <law@cygnus.com>1998-03-29 23:22:49 +0000
committerJeff Law <law@gcc.gnu.org>1998-03-29 16:22:49 -0700
commitc0d45032293ac50b0cf63cad2cc0669010f1dbeb (patch)
tree10902bcf2133edb9634df98721cd8387494132ec /gcc/ChangeLog
parentc3670418772058641e13f149e954d50f0225f0d4 (diff)
downloadgcc-c0d45032293ac50b0cf63cad2cc0669010f1dbeb.zip
gcc-c0d45032293ac50b0cf63cad2cc0669010f1dbeb.tar.gz
gcc-c0d45032293ac50b0cf63cad2cc0669010f1dbeb.tar.bz2
genemit.c (DONE): Rework so that it works in the true arm if an if-else conditional.
* genemit.c (DONE): Rework so that it works in the true arm if an if-else conditional. (FAIL): Likewise. From-SVN: r18906
Diffstat (limited to 'gcc/ChangeLog')
-rw-r--r--gcc/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 9522ee6..8e00803 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,9 @@
+Mon Mar 30 00:21:03 1998 Jeffrey A Law (law@cygnus.com)
+
+ * genemit.c (DONE): Rework so that it works in the true arm if
+ an if-else conditional.
+ (FAIL): Likewise.
+
Sun Mar 29 12:45:23 1998 Jeffrey A Law (law@cygnus.com)
* rs6000.c: Do not include stdioh or ctype.h anymore.