2009-10-07 Nathan Sidwell * doc/c-arm.texi (ARM Options): Correctly name the two mapcs options. Index: doc/c-arm.texi =================================================================== RCS file: /cvs/src/src/gas/doc/c-arm.texi,v retrieving revision 1.62 diff -c -3 -p -r1.62 c-arm.texi *** doc/c-arm.texi 7 Sep 2009 16:34:39 -0000 1.62 --- doc/c-arm.texi 7 Oct 2009 13:42:38 -0000 *************** If @code{thumb} is specified, such const *** 246,254 **** code and are accepted in Thumb-2 code. If you omit this option, the behavior is equivalent to @code{-mimplicit-it=arm}. ! @cindex @code{-mapcs} command line option, ARM ! @item -mapcs @code{[26|32]} ! This option specifies that the output generated by the assembler should be marked as supporting the indicated version of the Arm Procedure. Calling Standard. --- 246,256 ---- code and are accepted in Thumb-2 code. If you omit this option, the behavior is equivalent to @code{-mimplicit-it=arm}. ! @cindex @code{-mapcs-26} command line option, ARM ! @cindex @code{-mapcs-32} command line option, ARM ! @item -mapcs-26 ! @itemx -mapcs-32 ! These options specify that the output generated by the assembler should be marked as supporting the indicated version of the Arm Procedure. Calling Standard.