diff options
author | Jeffrey Osier <jeffrey@cygnus> | 1994-02-07 23:19:00 +0000 |
---|---|---|
committer | Jeffrey Osier <jeffrey@cygnus> | 1994-02-07 23:19:00 +0000 |
commit | 10f2a7f6ac81c5e6af927c19773fc098bfed530e (patch) | |
tree | 4cf52aafd5e878241d925e9ff5358d0118c354ce /binutils/binutils.texi | |
parent | 9ccc1b37fa3a00d85131f302e81351380871416e (diff) | |
download | gdb-10f2a7f6ac81c5e6af927c19773fc098bfed530e.zip gdb-10f2a7f6ac81c5e6af927c19773fc098bfed530e.tar.gz gdb-10f2a7f6ac81c5e6af927c19773fc098bfed530e.tar.bz2 |
binutils.texi: minor formatting updates for next release
Diffstat (limited to 'binutils/binutils.texi')
-rw-r--r-- | binutils/binutils.texi | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/binutils/binutils.texi b/binutils/binutils.texi index 003f63e..c590e84 100644 --- a/binutils/binutils.texi +++ b/binutils/binutils.texi @@ -826,10 +826,12 @@ Show a summary of the options to @code{objcopy}. @kindex objdump @smallexample -objdump [ -a | --archive-headers ] [ -b @var{bfdname} | --target=@var{bfdname} ] +objdump [ -a | --archive-headers ] + [ -b @var{bfdname} | --target=@var{bfdname} ] [ -d | --disassemble ] [ -f | --file-headers ] [ -h | --section-headers | --headers ] [ -i | --info ] - [ -j @var{section} | --section=@var{section} ] [ -l | --line-numbers ] + [ -j @var{section} | --section=@var{section} ] + [ -l | --line-numbers ] [ -m @var{machine} | --architecture=@var{machine} ] [ -r | --reloc ] [ -s | --full-contents ] [ --stabs ] [ -t | --syms ] [ -x | --all-headers ] [ --version ] [ --help ] @@ -1433,7 +1435,8 @@ It may also have variations for different operating systems or architectures. Command to list valid values: @samp{objdump -i} (first column). -Sample values: @samp{a.out-hp300bsd}, @samp{ecoff-littlemips}, @samp{a.out-sunos-big}. +Some sample values are: @samp{a.out-hp300bsd}, @samp{ecoff-littlemips}, +@samp{a.out-sunos-big}. @menu * objdump Target:: |