* doc/binutils.texi (objdump): Fix typo: -reg-name-std should be -reg-names-std.
authorNick Clifton <nickc@redhat.com>
Mon, 10 Oct 2005 08:41:25 +0000 (08:41 +0000)
committerNick Clifton <nickc@redhat.com>
Mon, 10 Oct 2005 08:41:25 +0000 (08:41 +0000)
binutils/ChangeLog
binutils/doc/binutils.texi

index 89c9c9f1fb75e7f9a383e4a192d0d14754608c09..0138fb2a9d69d40aa3002ec8251e819025ecda45 100644 (file)
@@ -1,3 +1,8 @@
+2005-10-10  Bryce Schober  <bryce.schober@dynonavionics.com>
+
+       * doc/binutils.texi (objdump): Fix typo: -reg-name-std should be
+       -reg-names-std.
+
 2005-10-04  Nick Clifton  <nickc@redhat.com>
 
        * cxxfilt.c: Treat mangled names specified on the command line in
index fe7eb60c1058af3b7f05913674b6b4a5f63b73b2..d80e0ea14b7093020509e664a8c24673da145ce6 100644 (file)
@@ -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
This page took 0.029141 seconds and 4 git commands to generate.