From: Aldy Hernandez Date: Mon, 17 Dec 2001 06:52:09 +0000 (+0000) Subject: fix spaces X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=4775fbf1309f2a917497af4140360ea736f4f777;p=gcc.git fix spaces From-SVN: r48092 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index ae55fdefd18..5bb291933c9 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,15 +1,15 @@ 2001-12-16 Aldy Hernandez - * config/rs6000/rs6000.c (rs6000_legitimize_address): Force both - PLUS operands into registers for altivec mode. + * config/rs6000/rs6000.c (rs6000_legitimize_address): Force both + PLUS operands into registers for altivec mode. 2001-12-16 Aldy Hernandez - * builtins.c (apply_args_size): Change regno to unsigned. + * builtins.c (apply_args_size): Change regno to unsigned. 2001-12-16 Aldy Hernandez - * config/rs6000/rs6000.h (FUNCTION_ARG_REGNO_P): Change + * config/rs6000/rs6000.h (FUNCTION_ARG_REGNO_P): Change ALTIVEC_ARG_MAX_REG to ALTIVEC_ARG_NUM_REG. 2001-12-16 Zack Weinberg