aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorDiego Novillo <dnovillo@gcc.gnu.org>1999-10-07 23:31:43 -0400
committerDiego Novillo <dnovillo@gcc.gnu.org>1999-10-07 23:31:43 -0400
commite6f5c0ed6435a650d0e0186640d354984a6cd0e7 (patch)
treef5c1455354a523e3cef776fd2d97574a6ba3c96d /gcc
parent6fbfac9226aa91f37641f562f200cd6fa35b4611 (diff)
downloadgcc-e6f5c0ed6435a650d0e0186640d354984a6cd0e7.zip
gcc-e6f5c0ed6435a650d0e0186640d354984a6cd0e7.tar.gz
gcc-e6f5c0ed6435a650d0e0186640d354984a6cd0e7.tar.bz2
Moved ChangeLog entry for a recent change to gcc/config/rs6000 to
its proper place in gcc/ChangeLog. From-SVN: r29861
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 683e7e2..cec17c3 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,8 @@
+Thu Oct 7 00:36:17 MDT 1999 Diego Novillo <dnovillo@cygnus.com>
+
+ * config/rs6000/rs6000.c (secondary_reload_class): For TARGET_ELF
+ make sure that HIGH instructions are copied into BASE_REGS.
+
Thu Oct 7 17:02:34 1999 Jason Merrill <jason@yorick.cygnus.com>
* expr.c (expand_expr, TARGET_EXPR): Set TREE_USED sooner.