This is the mail archive of the binutils@sources.redhat.com 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]

Committed: Fix as.texinfo, c-arm.texi missing {} at @dots.


Was this actually tested with e.g. "make info"?  Anyway, it
didn't pass makeinfo (texinfo) 4.0.  Committed as obvious.

gas:

2002-01-21  Hans-Peter Nilsson  <hp@bitrange.com>

	* doc/as.texinfo (Overview) <Target ARM options>: Add missing {}
	to @dots call.
	<Detailed description, ARM options>: Ditto.
	* doc/c-arm.texi (ARM Options): Ditto.

Index: as.texinfo
===================================================================
RCS file: /cvs/src/src/gas/doc/as.texinfo,v
retrieving revision 1.51
diff -p -c -r1.51 as.texinfo
*** as.texinfo	2002/01/18 17:01:54	1.51
--- as.texinfo	2002/01/20 23:53:43
*************** gcc(1), ld(1), and the Info entries for
*** 275,282 ****

  @emph{Target ARM options:}
  @c Don't document the deprecated options
!    [@b{-mcpu}=@var{processor}[+@var{extension}@dots]]
!    [@b{-march}=@var{architecture}[+@var{extension}@dots]]
     [@b{-mfpu}=@var{floating-point-fromat}]
     [@b{-mthumb}]
     [@b{-EB}|@b{-EL}]
--- 275,282 ----

  @emph{Target ARM options:}
  @c Don't document the deprecated options
!    [@b{-mcpu}=@var{processor}[+@var{extension}@dots{}]]
!    [@b{-march}=@var{architecture}[+@var{extension}@dots{}]]
     [@b{-mfpu}=@var{floating-point-fromat}]
     [@b{-mthumb}]
     [@b{-EB}|@b{-EL}]
*************** The following options are available when
*** 561,569 ****
  processor family.

  @table @gcctabopt
! @item -mcpu=@var{processor}[+@var{extension}@dots]
  Specify which ARM processor variant is the target.
! @item -march=@var{architecture}[+@var{extension}@dots]
  Specify which ARM architecture variant is used by the target.
  @item -mfpu=@var{floating-point-format}
  Select which Floating Point architecture is the target.
--- 561,569 ----
  processor family.

  @table @gcctabopt
! @item -mcpu=@var{processor}[+@var{extension}@dots{}]
  Specify which ARM processor variant is the target.
! @item -march=@var{architecture}[+@var{extension}@dots{}]
  Specify which ARM architecture variant is used by the target.
  @item -mfpu=@var{floating-point-format}
  Select which Floating Point architecture is the target.
Index: c-arm.texi
===================================================================
RCS file: /cvs/src/src/gas/doc/c-arm.texi,v
retrieving revision 1.14
diff -p -c -r1.14 c-arm.texi
*** c-arm.texi	2002/01/19 12:48:32	1.14
--- c-arm.texi	2002/01/21 00:01:36
***************
*** 32,38 ****
  @table @code

  @cindex @code{-mcpu=} command line option, ARM
! @item -mcpu=@var{processor}[+@var{extension}@dots]
  This option specifies the target processor.  The assembler will issue an
  error message if an attempt is made to assemble an instruction which
  will not execute on the target processor.  The following processor names are
--- 32,38 ----
  @table @code

  @cindex @code{-mcpu=} command line option, ARM
! @item -mcpu=@var{processor}[+@var{extension}@dots{}]
  This option specifies the target processor.  The assembler will issue an
  error message if an attempt is made to assemble an instruction which
  will not execute on the target processor.  The following processor names are
*************** and
*** 106,112 ****
  @code{+xscale}.

  @cindex @code{-march=} command line option, ARM
! @item -march=@var{architecture}[+@var{extension}@dots]
  This option specifies the target architecture.  The assembler will issue
  an error message if an attempt is made to assemble an instruction which
  will not execute on the target architecture.  The following architecture
--- 106,112 ----
  @code{+xscale}.

  @cindex @code{-march=} command line option, ARM
! @item -march=@var{architecture}[+@var{extension}@dots{}]
  This option specifies the target architecture.  The assembler will issue
  an error message if an attempt is made to assemble an instruction which
  will not execute on the target architecture.  The following architecture

brgds, H-P


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