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]

Patch: fix obvious doc typo


I just committed a fix to HEAD for this obvious typo in the docs.  
-mpfu should be -mfpu.


2004-03-10  Anthony Green  <green@redhat.com>

	* doc/invoke.texi (ARM Options): Fix -mpfu typo.


Index: doc/invoke.texi
===================================================================
RCS file: /cvs/gcc/gcc/gcc/doc/invoke.texi,v
retrieving revision 1.425
diff -c -p -r1.425 invoke.texi
*** doc/invoke.texi	10 Mar 2004 06:02:55 -0000	1.425
--- doc/invoke.texi	10 Mar 2004 21:39:29 -0000
*************** of the @option{-mcpu=} option.  Permissi
*** 6617,6623 ****
  This specifies what floating point hardware (or hardware emulation) is
  available on the target.  Permissible names are: @samp{fpa}, @samp{fpe2},
  @samp{fpe3}, @samp{maverick}, @samp{vfp}.  @option{-mfp} and @option{-mfpe}
! are synonyms for @option{-mpfu}=@samp{fpe}@var{number}, for compatibility
  with older versions of GCC@.
  
  If @option{-msoft-float} is specified this specifies the format of
--- 6617,6623 ----
  This specifies what floating point hardware (or hardware emulation) is
  available on the target.  Permissible names are: @samp{fpa}, @samp{fpe2},
  @samp{fpe3}, @samp{maverick}, @samp{vfp}.  @option{-mfp} and @option{-mfpe}
! are synonyms for @option{-mfpu}=@samp{fpe}@var{number}, for compatibility
  with older versions of GCC@.
  
  If @option{-msoft-float} is specified this specifies the format of


-- 
Anthony Green <green@redhat.com>
Red Hat, Inc.


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