This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: how does gcc source get updated ?
- To: GNUTeam <gnuteam at kpit dot com>
- Subject: Re: how does gcc source get updated ?
- From: Jakub Jelinek <jakub at redhat dot com>
- Date: Tue, 21 Aug 2001 13:14:36 +0200
- Cc: gcc at gcc dot gnu dot org
- References: <001301c12a31$3aba5a60$11100aac@kpit.com>
- Reply-To: Jakub Jelinek <jakub at redhat dot com>
On Tue, Aug 21, 2001 at 04:35:45PM +0530, GNUTeam wrote:
> Hi !
> I wanted to know how the gcc source really gets updated. I have been working
> with gcc-2.95.3
> for SH target.
> Now, gcc 3.0 contains a new #define TARGET_USERMODE in sh.h which is not
> present in sh.h of gcc-2.95.3.
> I tried to trace this change through ChangeLog of gcc 3.0 and by searching
> through gcc-patches site and through gcc-cvs site for the months March 2001
> to Aug 2001 but in vain.
> what does this mean ? Is it possible to update the source without having an
> entry in
> either gcc-patches or gcc-cvs ?
> Or am i making some mistake ?
Look at ChangeLog.4 or gcc-patches archives from September 2000.
Jakub