This is the mail archive of the binutils@sourceware.org mailing list for the binutils 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]

[MT patch] update documentation


I've installed this patch to update the assembler's documentation.

nathan
--
Nathan Sidwell    ::   http://www.codesourcery.com   ::     CodeSourcery LLC
nathan@codesourcery.com    ::     http://www.planetfall.pwp.blueyonder.co.uk

Index: gas/doc/c-mt.texi
===================================================================
RCS file: /cvs/src/src/gas/doc/c-mt.texi,v
retrieving revision 1.1
diff -c -3 -p -r1.1 c-mt.texi
*** gas/doc/c-mt.texi	12 Dec 2005 11:16:40 -0000	1.1
--- gas/doc/c-mt.texi	20 Dec 2005 09:39:29 -0000
***************
*** 5,12 ****
  
  @ifset GENERIC
  @page
! @node MS1-Dependent
! @chapter MS1 Dependent Features
  @end ifset
  
  @ifclear GENERIC
--- 5,12 ----
  
  @ifset GENERIC
  @page
! @node MT-Dependent
! @chapter MT Dependent Features
  @end ifset
  
  @ifclear GENERIC
***************
*** 14,32 ****
  @chapter MS1 Dependent Features
  @end ifclear
  
! @cindex MS1 support
  @menu
! * MS1 Options::              Options
  @end menu
  
! @node MS1 Options
  @section Options
! @cindex MS1 options (none)
! @cindex options for MS1 (none)
  
  @table @code
  
! @cindex @code{-march=} command line option, MS1
  @item -march=@var{processor}
  This option specifies the target processor.  The assembler will issue an
  error message if an attempt is made to assemble an instruction which
--- 14,32 ----
  @chapter MS1 Dependent Features
  @end ifclear
  
! @cindex MT support
  @menu
! * MT Options::              Options
  @end menu
  
! @node MT Options
  @section Options
! @cindex MT options (none)
! @cindex options for MT (none)
  
  @table @code
  
! @cindex @code{-march=} command line option, MT
  @item -march=@var{processor}
  This option specifies the target processor.  The assembler will issue an
  error message if an attempt is made to assemble an instruction which
*************** recognized: 
*** 37,43 ****
  @code{ms1-16-003},
  and @code{ms2}.
  
! @cindex @code{-nosched} command line option, MS1
  @item -nosched
  This option disables scheduling restriction checking.
  
--- 37,43 ----
  @code{ms1-16-003},
  and @code{ms2}.
  
! @cindex @code{-nosched} command line option, MT
  @item -nosched
  This option disables scheduling restriction checking.
  

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