diff options
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/config/rs6000/darwin.h | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 5b009a7..d7016a9 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2004-11-12 Ziemowit Laski <zlaski@apple.com> + + * config/rs6000/darwin.h: Fix confusing typo in comment. + 2004-11-12 Devang Patel <dpatel@apple.com> * optabs.c (vector_compare_rtx): Use COMPARISON_CLASS_P. diff --git a/gcc/config/rs6000/darwin.h b/gcc/config/rs6000/darwin.h index 50c7bd3..39b69aa 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 |