aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorAlexandre Petit-Bianco <apbianco@cygnus.com>1999-03-22 20:16:45 +0000
committerAlexandre Petit-Bianco <apbianco@gcc.gnu.org>1999-03-22 12:16:45 -0800
commit8af456c81af749f27bf88197a3a380b5f0d25b10 (patch)
treef3ea2ec9d9739e17bb0f54fd2dbd7ca70e508e15 /gcc
parent235acd35186b64c7552439eec898b02a4dcec9ed (diff)
downloadgcc-8af456c81af749f27bf88197a3a380b5f0d25b10.zip
gcc-8af456c81af749f27bf88197a3a380b5f0d25b10.tar.gz
gcc-8af456c81af749f27bf88197a3a380b5f0d25b10.tar.bz2
Changelog: Fixed 1999-03-22 typos.
Mon Mar 22 20:14:26 1999 Alexandre Petit-Bianco <apbianco@cygnus.com> * Changelog: Fixed 1999-03-22 typos. * lang.c (lang_decode_option): Fixed typo in error string in the XARG section. (Grr, typos.) From-SVN: r25908
Diffstat (limited to 'gcc')
-rw-r--r--gcc/java/ChangeLog10
-rw-r--r--gcc/java/lang.c2
2 files changed, 9 insertions, 3 deletions
diff --git a/gcc/java/ChangeLog b/gcc/java/ChangeLog
index 5d6b345..dcfbc45 100644
--- a/gcc/java/ChangeLog
+++ b/gcc/java/ChangeLog
@@ -1,9 +1,15 @@
+Mon Mar 22 20:14:26 1999 Alexandre Petit-Bianco <apbianco@cygnus.com>
+
+ * Changelog: Fixed 1999-03-22 typos.
+ * lang.c (lang_decode_option): Fixed typo in error string in the
+ XARG section.
+
1999-03-22 Alexandre Petit-Bianco <apbianco@cygnus.com>
- * Makefile.in: (JAVA_OBJS) Added entry xref.o.
+ * Makefile.in (JAVA_OBJS): Added entry xref.o.
(xref.o): New rule.
* java-tree.h (flag_emit_xref): Declared extern.
- * lang.c: (xref.h): Included.
+ * lang.c (xref.h): Included.
(flag_emit_xref): New global variable.
(lang_decode_option): Added support for -fxref.
* xref.c: Created.
diff --git a/gcc/java/lang.c b/gcc/java/lang.c
index 85b2bfe..9fc7c1e 100644
--- a/gcc/java/lang.c
+++ b/gcc/java/lang.c
@@ -179,7 +179,7 @@ lang_decode_option (argc, argv)
{
if (!(flag_emit_xref = xref_flag_value (p + sizeof (XARG) - 1)))
{
- error ("Unkown xref back end `%s'", p + sizeof (XARG) - 1);
+ error ("Unkown xref format `%s'", p + sizeof (XARG) - 1);
}
}
#undef XARG