From 3c144fbd0cb7b84155163da04748b6b6171637db Mon Sep 17 00:00:00 2001 From: Jeff Law Date: Mon, 17 Aug 1998 14:11:04 -0600 Subject: [PATCH] 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 --- gcc/ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 553bce09904..a6a1c4c3836 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 -- 2.30.2