From: Nick Clifton Date: Mon, 10 Oct 2005 08:41:25 +0000 (+0000) Subject: * doc/binutils.texi (objdump): Fix typo: -reg-name-std should be -reg-names-std. X-Git-Tag: gdb-csl-arm-20051020-branchpoint~68 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9c092ace490c12dd596b82c8fd0028f88436ef9e;p=platform%2Fupstream%2Fbinutils.git * doc/binutils.texi (objdump): Fix typo: -reg-name-std should be -reg-names-std. --- diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 89c9c9f..0138fb2 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,8 @@ +2005-10-10 Bryce Schober + + * doc/binutils.texi (objdump): Fix typo: -reg-name-std should be + -reg-names-std. + 2005-10-04 Nick Clifton * cxxfilt.c: Treat mangled names specified on the command line in 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