aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorJeff Law <law@gcc.gnu.org>1998-08-17 14:11:04 -0600
committerJeff Law <law@gcc.gnu.org>1998-08-17 14:11:04 -0600
commit3c144fbd0cb7b84155163da04748b6b6171637db (patch)
treeae99c399c4a1251caa5193db4e5f620fd94b4b39 /gcc
parent482b883f893a6e350ff801a06e20785c03d380c3 (diff)
downloadgcc-3c144fbd0cb7b84155163da04748b6b6171637db.zip
gcc-3c144fbd0cb7b84155163da04748b6b6171637db.tar.gz
gcc-3c144fbd0cb7b84155163da04748b6b6171637db.tar.bz2
rs6000.c (secondary_reload_class): For TARGET_ELF...
* rs6000.c (secondary_reload_class): For TARGET_ELF, indicate that a BASE_REGS register is needed as an intermediate when copying a symbolic value into any register class other than BASE_REGS. From-SVN: r21807
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 553bce0..a6a1c4c 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,5 +1,9 @@
Mon Aug 17 11:46:19 1998 Jeffrey A Law (law@cygnus.com)
+ * rs6000.c (secondary_reload_class): For TARGET_ELF, indicate that
+ a BASE_REGS register is needed as an intermediate when copying
+ a symbolic value into any register class other than BASE_REGS.
+
* expr.c (move_by_pieces): No longer static. Remove prototype.
* rtl.h (move_by_pieces): Add extern prototype.
* mips.c (expand_block_move): Handle aligned straight line copy by