This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Patch for spelling errors


On Sun, 19 Nov 2000, Philip Blundell wrote:

> >I've installed as obvious the following patch to fix some spelling errors
> >where "depreciated" was used but "deprecated" was meant.
>
> >-*** The Thumb targets have been depreciated.  The equivalent
> >+*** The Thumb targets have been deprecated.  The equivalent
> > *** ARM based toolchain can now generated Thumb instructions
>
> While you're at it, you might fix that `generated' too.

I've now installed the following further patch as obvious.

Index: ChangeLog
===================================================================
RCS file: /cvs/gcc/gcc/gcc/ChangeLog,v
retrieving revision 1.8315
diff -u -r1.8315 ChangeLog
--- ChangeLog	2000/11/19 23:40:34	1.8315
+++ ChangeLog	2000/11/20 00:57:25
@@ -1,3 +1,7 @@
+2000-11-20  Joseph S. Myers  <jsm28@cam.ac.uk>
+
+	* config.gcc: Fix another typo.
+
 2000-11-19  Richard Henderson  <rth@redhat.com>

 	* c-decl.c (grokdeclarator): Support flexible array members.
Index: config.gcc
===================================================================
RCS file: /cvs/gcc/gcc/gcc/config.gcc,v
retrieving revision 1.2
diff -u -r1.2 config.gcc
--- config.gcc	2000/11/19 19:42:33	1.2
+++ config.gcc	2000/11/20 00:57:25
@@ -3117,7 +3117,7 @@
 thumb*-*-*)
 	{ echo "config.gcc: error:
 *** The Thumb targets have been deprecated.  The equivalent
-*** ARM based toolchain can now generated Thumb instructions
+*** ARM based toolchain can now generate Thumb instructions
 *** when the -mthumb switch is given to the compiler." 1>&2; exit 1; }
 	;;
 v850-*-rtems*)

-- 
Joseph S. Myers
jsm28@cam.ac.uk


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]