This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Build broken - doc related.
On Thu, Sep 12, 2002 at 06:35:17PM +0200, Andreas Schwab wrote:
> Janis Johnson <janis187@us.ibm.com> writes:
>
> |> On Thu, Sep 12, 2002 at 10:44:15AM +1000, Greg Schafer wrote:
> |> > Hi
> |> >
> |> > On the 3.2 branch I'm getting:-
> |> >
> |> > /bin/sh ../../gcc/gcc/mkconfig.sh tconfig.h
> |> > cd ../../gcc/gcc && makeinfo -I doc -I doc/include -o doc/cpp.info doc/cpp.texi
> |> > make[2]: *** No rule to make target `../../gcc/gcc/doc/compat.texi', needed by `../../gcc/gcc/doc/gcc.info'. Stop.
> |> > make[2]: *** Waiting for unfinished jobs....
> |> > 4465 translated messages.
> |> > make[2]: Leaving directory `/mnt/hdb7/gcc/branch/gcc-build/gcc'
> |> > make[1]: *** [stage1_build] Error 2
> |> > make[1]: Leaving directory `/mnt/hdb7/gcc/branch/gcc-build/gcc'
> |> > make: *** [bootstrap] Error 2
> |> > gws@tigers-lfs:/mnt/hdb7/gcc/branch/gcc-build$
> |> >
> |> > Dunno if it's just me or not.. but looks like new commit from Janis
> |> > may be it..
> |>
> |> I neglected to commit a new file, doc/compat.texi.
>
> It seems you also didn't update the ChangeLog.
>
> Andreas.
OK, so now I'm REALLY embarrassed. I updated it with the new file plus
the changes that went in yesterday, which were sitting in my uncommited
version of the file:
Index: ChangeLog
===================================================================
RCS file: /cvs/gcc/gcc/gcc/ChangeLog,v
retrieving revision 1.13152.2.657.2.39
diff -u -r1.13152.2.657.2.39 ChangeLog
--- ChangeLog 12 Sep 2002 13:53:12 -0000 1.13152.2.657.2.39
+++ ChangeLog 12 Sep 2002 16:43:38 -0000
@@ -1,3 +1,7 @@
+2002-09-12 Janis Johnson <janis187@us.ibm.com>
+
+ * doc/compat.texi: New file with new chapter, Binary Compatibility.
+
2002-09-12 Jason Merrill <jason@redhat.com>
* calls.c (store_one_arg): Use size_in_bytes to determine the
@@ -20,6 +24,29 @@
Wed Apr 24 13:48:25 CEST 2002 Jan Hubicka <jh@suse.cz>
* loop.c (canonicalize_condition): Use gen_int_mode.
+
+2002-09-11 Janis Johnson <janis187@us.ibm.com>
+
+ * Makefile.in (TEXI_GCC_FILES): Add compat.texi.
+ * doc/gcc.texi (Top): Add new chapter, Binary Compatibility, and
+ include its file, compat.texi.
+ * doc/trouble.texi (Interoperation): Update information about C++ ABI
+ issues.
+ * doc/invoke.texi (-fshort-wchar): Move to Code Generation Options.
+ (-fpcc-struct-return, -freg-struct-return, -fshort-enums,
+ -fshort-double, -fshort-wchar, -fpack-struct, -fleading-underscore):
+ Warn that these options can break ABI compatibility.
+ (Many places): Fix overfull hboxes.
+
+ * doc/extend.texi: Fix a broken link; fix overfull hboxes.
+ * doc/install.texi: Fix a typo, some formatting directives, and
+ overfull hboxes.
+ * doc/c-tree.texi: Fix overfull hboxes.
+ * doc/cppopts.texi: Ditto.
+ * doc/makefile.texi: Ditto.
+ * doc/rtl.texi: Ditto.
+ * doc/standards.texi: Ditto.
+ * doc/tm.texi: Ditto.
2002-09-08 Alan Modra <amodra@bigpond.net.au>