From 0abe417015847a63df76880dbfb907f8da65b225 Mon Sep 17 00:00:00 2001 From: Ziemowit Laski Date: Sat, 13 Nov 2004 01:25:36 +0000 Subject: [PATCH] darwin.h: Fix confusing typo in comment. [gcc/ChangeLog] 2004-11-12 Ziemowit Laski * config/rs6000/darwin.h: Fix confusing typo in comment. From-SVN: r90567 --- gcc/ChangeLog | 4 ++++ gcc/config/rs6000/darwin.h | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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 -- 2.30.2