From cf676baa3c17d4d427002e1766756f98398c9a29 Mon Sep 17 00:00:00 2001 From: Aldy Hernandez Date: Wed, 2 Feb 2005 21:53:06 +0000 Subject: [PATCH] rs6000.c (rs6000_spe_function_arg): Multi-reg arguments go on the stack. * config/rs6000/rs6000.c (rs6000_spe_function_arg): Multi-reg arguments go on the stack. Do not put complex doubles in odd/even pairs. [[Split portion of a mixed commit.]] From-SVN: r94616.2 --- gcc/ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 45f4a3b0a96..74da00a8740 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,9 @@ +2005-02-02 Aldy Hernandez + + * config/rs6000/rs6000.c (rs6000_spe_function_arg): Multi-reg + arguments go on the stack. Do not put complex doubles in odd/even + pairs. + 2005-02-02 Steven Bosscher * doc/invoke.texi: Update the options enabled at -O1, -O2,