]> Git Repo - binutils.git/commitdiff
* doc/c-arm.texi (ARM Options): Correctly name the two mapcs options.
authorNathan Sidwell <[email protected]>
Wed, 7 Oct 2009 13:46:55 +0000 (13:46 +0000)
committerNathan Sidwell <[email protected]>
Wed, 7 Oct 2009 13:46:55 +0000 (13:46 +0000)
gas/ChangeLog
gas/doc/c-arm.texi

index 5457111d9a7ab628a7d8c2ba7483ed17a3905798..e9e9aac5993f45db3b862be1b0400167f6d40542 100644 (file)
@@ -1,3 +1,7 @@
+2009-10-07  Nathan Sidwell  <[email protected]>
+
+       * doc/c-arm.texi (ARM Options): Correctly name the two mapcs options.
+
 2009-10-07  Alan Modra  <[email protected]>
            H.J. Lu  <[email protected]>
 
index fcd94ba5498e1ac1aaa79d305b56abc53d25b0ef..1d2c585b7eeb001c8ad63ec7ca5d98a1c8e7985a 100644 (file)
@@ -246,9 +246,11 @@ If @code{thumb} is specified, such constructs cause a warning in ARM
 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
+@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.
 
This page took 0.033118 seconds and 4 git commands to generate.