Changelog: Fixed 1999-03-22 typos.
authorAlexandre Petit-Bianco <apbianco@cygnus.com>
Mon, 22 Mar 1999 20:16:45 +0000 (20:16 +0000)
committerAlexandre Petit-Bianco <apbianco@gcc.gnu.org>
Mon, 22 Mar 1999 20:16:45 +0000 (12:16 -0800)
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

gcc/java/ChangeLog
gcc/java/lang.c

index 5d6b34550247e6a3b10d9c52b5fe301da9d1e3ae..dcfbc45f5c79aa207b798396e2c2e1438eada033 100644 (file)
@@ -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.
index 85b2bfe11dd426691ee6bf57e746659ba779b222..9fc7c1ed1c94a9aa48e7d507329307c51c6350de 100644 (file)
@@ -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