]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* gcc.c (init_spec): Revert last patch by Theodore Papadopoulo,
authoraj <aj@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 13 Aug 2001 16:41:20 +0000 (16:41 +0000)
committeraj <aj@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 13 Aug 2001 16:41:20 +0000 (16:41 +0000)
the english is correct.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@44860 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/gcc.c

index e5bc41615aa448aa9f889f816c340e4fed8d5c0a..fc2120c8474d04162b6004b95b8e3c51a9c369ff 100644 (file)
@@ -1,3 +1,8 @@
+2001-08-13  Andreas Jaeger  <aj@suse.de>
+
+       * gcc.c (init_spec): Revert last patch by Theodore Papadopoulo,
+       the english is correct.
+
 2001-08-13  Zack Weinberg  <zackw@panix.com>
 
        * expr.h: Split out optab- and libfunc-related code to...
        * genemit.c, genopinit.c: Include optabs.h in generated file.
        * genoutput.c: Include insn-codes.h in generated file.
        * builtins.c, caller-save.c, combine.c, doloop.c, explow.c,
-       expmed.c, expr.c, function.c, ifcvt.c, loop.c, optabs.c, profile.c, 
-       reload1.c, simplify-rtx.c, stmt.c, unroll.c, config/alpha/alpha.c, 
+       expmed.c, expr.c, function.c, ifcvt.c, loop.c, optabs.c, profile.c,
+       reload1.c, simplify-rtx.c, stmt.c, unroll.c, config/alpha/alpha.c,
        config/arm/arm.c, config/c4x/c4x.c, config/clipper/clipper.c,
        config/i386/i386.c, config/ia64/ia64.c, config/mn10300/mn10300.c,
        config/pj/pj.c, config/sh/sh.c, config/sparc/sparc.c:
        Include optabs.h.
-       * builtins.c, calls.c, dwarf2out.c, except.c, expr.c, function.c, 
+       * builtins.c, calls.c, dwarf2out.c, except.c, expr.c, function.c,
        optabs.c, stmt.c, config/c4x/c4x.c, config/clipper/clipper.c,
        config/m88k/m88k.c, config/sparc/sparc.c:
        Include libfuncs.h.
index 835e7e69a5a8b6fa193c274fc4f7379e4f5969a8..5d1806323adf4f4a47a0df6b6efe99fc1bced08c 100644 (file)
--- a/gcc/gcc.c
+++ b/gcc/gcc.c
@@ -1473,7 +1473,7 @@ init_spec ()
     const char *p = libgcc_spec;
     int in_sep = 1;
  
-    /* Transform the extent libgcc_spec into one that uses the shared libgcc
+    /* Transform the extant libgcc_spec into one that uses the shared libgcc
        when given the proper command line arguments.  */
     while (*p)
       {