diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 5b009a7b42d..d7016a9cdde 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2004-11-12 Ziemowit Laski + + * config/rs6000/darwin.h: Fix confusing typo in comment. + 2004-11-12 Devang Patel * optabs.c (vector_compare_rtx): Use COMPARISON_CLASS_P. diff --git a/gcc/config/rs6000/darwin.h b/gcc/config/rs6000/darwin.h index 50c7bd37535..39b69aa3d6f 100644 --- a/gcc/config/rs6000/darwin.h +++ b/gcc/config/rs6000/darwin.h @@ -172,7 +172,7 @@ do { \ { "-Waltivec-long-deprecated", "-mwarn-altivec-long" }, \ { "-Wno-altivec-long-deprecated", "-mno-warn-altivec-long" } -/* Make both r2 and r3 available for allocation. */ +/* Make both r2 and r13 available for allocation. */ #define FIXED_R2 0 #define FIXED_R13 0