diff options
author | Roland Pesch <pesch@cygnus> | 1991-10-08 02:28:43 +0000 |
---|---|---|
committer | Roland Pesch <pesch@cygnus> | 1991-10-08 02:28:43 +0000 |
commit | f036c5d55f2ccedd891e9c7751bd8bfced50eda7 (patch) | |
tree | e8091795fea5b78347923fcf5ce828be6ee4c25a /binutils | |
parent | 2f3c1742f7023204b5fe3532b6c08cb128564ed7 (diff) | |
download | gdb-f036c5d55f2ccedd891e9c7751bd8bfced50eda7.zip gdb-f036c5d55f2ccedd891e9c7751bd8bfced50eda7.tar.gz gdb-f036c5d55f2ccedd891e9c7751bd8bfced50eda7.tar.bz2 |
Two formatting bugfixes.
Diffstat (limited to 'binutils')
-rwxr-xr-x | binutils/binutils.texinfo | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/binutils/binutils.texinfo b/binutils/binutils.texinfo index e0ca54d..59068d8 100755 --- a/binutils/binutils.texinfo +++ b/binutils/binutils.texinfo @@ -380,12 +380,11 @@ Display only undefined symbols (those external to each object file). @chapter objdump @smallexample - objdump [ -a ] [ -b @var{bfdname} ] [ -d ] [ -f ] [ -i ] - [ -j @var{section} ] [ -l ] - [ -m @var{machine} ] [ -s ] [ -x ] - - [ -h | +header ] [ -r | +reloc ] - [ -t | +syms ] @var{objfiles}@dots{} + objdump [ -a ] [ -b @var{bfdname} ] [ -d ] [ -f ] + [ -h | +header ] [ -i ] [ -j @var{section} ] [ -l ] + [ -m @var{machine} ] [ -r | +reloc ] [ -s ] + [ -t | +syms ] [ -x ] + @var{objfiles}@dots{} @end smallexample @code{objdump} displays information about one or more object files. @@ -572,7 +571,6 @@ text data bss dec hex filename This is the same data, but displayed closer to System V conventions: @smallexample -@end smallexample eg$ size +format SysV ranlib size ranlib : section size addr @@ -588,6 +586,7 @@ section size addr .data 81920 303104 .bss 11888 385024 Total 388688 +@end smallexample @item +target @var{bfdname} You can specify a particular object-code format for @var{objfiles} as |