aboutsummaryrefslogtreecommitdiff
path: root/gas
diff options
context:
space:
mode:
authorNathan Sidwell <nathan@codesourcery.com>2009-10-07 13:46:55 +0000
committerNathan Sidwell <nathan@codesourcery.com>2009-10-07 13:46:55 +0000
commit5a5829dd4345a105c089f266d9ba3624460757b7 (patch)
treea20a2c1ccd6e26e8829557059c9210a8c8bb2bc9 /gas
parent5c1a3f0fa74b2b0cc679d03e4158b4f37ae973f1 (diff)
downloadgdb-5a5829dd4345a105c089f266d9ba3624460757b7.zip
gdb-5a5829dd4345a105c089f266d9ba3624460757b7.tar.gz
gdb-5a5829dd4345a105c089f266d9ba3624460757b7.tar.bz2
* doc/c-arm.texi (ARM Options): Correctly name the two mapcs options.
Diffstat (limited to 'gas')
-rw-r--r--gas/ChangeLog4
-rw-r--r--gas/doc/c-arm.texi8
2 files changed, 9 insertions, 3 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog
index 5457111..e9e9aac 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,3 +1,7 @@
+2009-10-07 Nathan Sidwell <nathan@codesourcery.com>
+
+ * doc/c-arm.texi (ARM Options): Correctly name the two mapcs options.
+
2009-10-07 Alan Modra <amodra@bigpond.net.au>
H.J. Lu <hongjiu.lu@intel.com>
diff --git a/gas/doc/c-arm.texi b/gas/doc/c-arm.texi
index fcd94ba..1d2c585 100644
--- a/gas/doc/c-arm.texi
+++ b/gas/doc/c-arm.texi
@@ -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.