summaryrefslogtreecommitdiff
path: root/gcc/ChangeLog
diff options
context:
space:
mode:
authorJohn Carr <jfc@mit.edu>1998-02-02 16:44:24 +0000
committerJim Wilson <wilson@gcc.gnu.org>1998-02-02 08:44:24 -0800
commit95936d18c112aa1935ee7c9338857aaa3481beb1 (patch)
treea6999685b373a8878380d9860672fef3da18bd2b /gcc/ChangeLog
parenta5b699cfe1c8e12469e1f902110d26ece5457242 (diff)
downloadgcc-95936d18c112aa1935ee7c9338857aaa3481beb1.tar.gz
Patch from John Carr to fix some 32/64 bit cross compiler bugs.
* mips.md: Change gen_rtx (CONST_INT) to GEN_INT. From-SVN: r17601
Diffstat (limited to 'gcc/ChangeLog')
-rw-r--r--gcc/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 67eb572adf3..f54e31ee091 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,7 @@
+Mon Feb 2 16:43:10 1998 John Carr <jfc@mit.edu>
+
+ * mips.md: Change gen_rtx (CONST_INT) to GEN_INT.
+
Mon Feb 2 13:06:47 1998 Jim Wilson <wilson@cygnus.com>
* vmsconfig.com: Remove bytecode references.