aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Jaeger <aj@gcc.gnu.org>2001-08-13 18:41:20 +0200
committerAndreas Jaeger <aj@gcc.gnu.org>2001-08-13 18:41:20 +0200
commit1675749548d337aac3afc31f9e6fa6089cf1800b (patch)
treef94fad4ac725ba19818fa63733456cc6d19ebc02
parente78d8e5137ccd2a55617befdc052d1860e7f09f1 (diff)
downloadgcc-1675749548d337aac3afc31f9e6fa6089cf1800b.zip
gcc-1675749548d337aac3afc31f9e6fa6089cf1800b.tar.gz
gcc-1675749548d337aac3afc31f9e6fa6089cf1800b.tar.bz2
gcc.c (init_spec): Revert last patch by Theodore Papadopoulo, the english is correct.
* gcc.c (init_spec): Revert last patch by Theodore Papadopoulo, the english is correct. From-SVN: r44860
-rw-r--r--gcc/ChangeLog11
-rw-r--r--gcc/gcc.c2
2 files changed, 9 insertions, 4 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index e5bc416..fc2120c 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -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...
@@ -21,13 +26,13 @@
* 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.
diff --git a/gcc/gcc.c b/gcc/gcc.c
index 835e7e6..5d18063 100644
--- 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)
{