Mercurial > hg > CbC > CbC_llvm
diff docs/CommandGuide/llvm-nm.rst @ 120:1172e4bd9c6f
update 4.0.0
author | mir3636 |
---|---|
date | Fri, 25 Nov 2016 19:14:25 +0900 |
parents | 95c75e76d11b |
children | 803732b1fca8 |
line wrap: on
line diff
--- a/docs/CommandGuide/llvm-nm.rst Tue Jan 26 22:56:36 2016 +0900 +++ b/docs/CommandGuide/llvm-nm.rst Fri Nov 25 19:14:25 2016 +0900 @@ -68,11 +68,11 @@ .. option:: -B (default) - Use BSD output format. Alias for :option:`--format=bsd`. + Use BSD output format. Alias for `--format=bsd`. .. option:: -P - Use POSIX.2 output format. Alias for :option:`--format=posix`. + Use POSIX.2 output format. Alias for `--format=posix`. .. option:: --debug-syms, -a @@ -126,6 +126,11 @@ Print only symbols referenced but not defined in this file. +.. option:: --radix=RADIX, -t + + Specify the radix of the symbol address(es). Values accepted d(decimal), + x(hexadecomal) and o(octal). + BUGS ----