This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Fix avr section of md.texi


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.


Index: md.texi
===================================================================
*** md.texi	(revision 112536)
--- md.texi	(working copy)
***************
*** 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.
  @c This is part of the GCC manual.
  @c For copying conditions, see the file gcc.texi.
--- 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.
  @c This is part of the GCC manual.
  @c For copying conditions, see the file gcc.texi.
*************** A memory reference suitable for iWMMXt l
*** 1681,1687 ****
  A memory reference suitable for the ARMv4 ldrsb instruction.
  @end table
  
! @item AVR family---@file{config/avr/avr.h}
  @table @code
  @item l
  Registers from r0 to r15
--- 1681,1687 ----
  A memory reference suitable for the ARMv4 ldrsb instruction.
  @end table
  
! @item AVR family---@file{config/avr/constraints.md}
  @table @code
  @item l
  Registers from r0 to r15


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]