This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: Fix avr section of md.texi
- From: Roger Sayle <roger at eyesopen dot com>
- To: Denis Chertykov <denisc at overta dot ru>
- Cc: gcc-patches at gcc dot gnu dot org
- Date: Thu, 30 Mar 2006 11:07:36 -0700 (MST)
- Subject: Re: Fix avr section of md.texi
On Thu, 30 Mar 2006, Denis Chertykov wrote:
> Can I commit the following patch ?
> 2006-03-30 Denis Chertykov <denisc@overta.ru>
>
> * doc/md.texi: Refer to avr/constraints.md instead of
> avr/avr.h.
As the AVR port mainatiner, yes. However, there's no need to
list 2006 twice in the copyright years...
> *** 1,4 ****
> ! @c Copyright (C) 1988, 1989, 1992, 1993, 1994, 1996, 1998, 1999, 2000, 2001,
> @c 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
> ...
> --- 1,4 ----
> ! @c Copyright (C) 1988, 1989, 1992, 1993, 1994, 1996, 1998, 1999, 2000, 2001, 2006,
> @c 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
Ok for mainline, without the above hunk.
Thanks,
Roger
--