aboutsummaryrefslogtreecommitdiff
path: root/binutils/doc
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2005-10-10 08:41:25 +0000
committerNick Clifton <nickc@redhat.com>2005-10-10 08:41:25 +0000
commit9c092ace490c12dd596b82c8fd0028f88436ef9e (patch)
tree5498aeb436e05d05a567506321d6d8c2bb81fe40 /binutils/doc
parentdf3b293657ae8cee24fb8b6444e18612c16d1ddd (diff)
downloadgdb-9c092ace490c12dd596b82c8fd0028f88436ef9e.zip
gdb-9c092ace490c12dd596b82c8fd0028f88436ef9e.tar.gz
gdb-9c092ace490c12dd596b82c8fd0028f88436ef9e.tar.bz2
* doc/binutils.texi (objdump): Fix typo: -reg-name-std should be -reg-names-std.
Diffstat (limited to 'binutils/doc')
-rw-r--r--binutils/doc/binutils.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/binutils/doc/binutils.texi b/binutils/doc/binutils.texi
index fe7eb60..d80e0ea 100644
--- a/binutils/doc/binutils.texi
+++ b/binutils/doc/binutils.texi
@@ -1714,7 +1714,7 @@ can be placed together into a comma separated list.
If the target is an ARM architecture then this switch can be used to
select which register name set is used during disassembler. Specifying
-@option{-M reg-name-std} (the default) will select the register names as
+@option{-M reg-names-std} (the default) will select the register names as
used in ARM's instruction set documentation, but with register 13 called
'sp', register 14 called 'lr' and register 15 called 'pc'. Specifying
@option{-M reg-names-apcs} will select the name set used by the ARM