This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: egcs/gcc ChangeLog emit-rtl.c function.c funct ...
- To: jsm28 at cam dot ac dot uk
- Subject: Re: egcs/gcc ChangeLog emit-rtl.c function.c funct ...
- From: Nick Clifton <nickc at redhat dot com>
- Date: Fri, 12 Jan 2001 10:31:15 -0800
- CC: gcc-cvs at gcc dot gnu dot org, gcc at gcc dot gnu dot org
Hi Joseph,
: > Log message:
: > Remove {save|restore}_machine_status.
: > Document {init|mark|free}_machine_status.
: >
: > Patches:
: > http://gcc.gnu.org/cgi-bin/cvsweb.cgi/egcs/gcc/invoke.texi.diff?cvsroot=gcc&r1=1.259&r2=1.260
:
: Could you please explain the changes to invoke.texi in this commit?
Many apologies - this was an accident. invoke.texi would not pass
through texinfo when I was trying to check my changes to tm.texi, so I
hacked it so that it would work. (I assumed that I had an old version
of texinfo, but I did not want to spend a lot of time tracking the
problem down). I fully intended to revert invoke.texi once I had made
sure that my changes to tm.texi worked, but I forgot. Then when I did
a global commit on the gcc directory (assuming that only my machine
status patch was present) the hacked version of invoke.texi was
checked in.
I have now revert this accidental corruption of invoke.texi.
Cheers
Nick