Fix mis-placement in binutils.texi
binutils/ * doc/binutils.texi (objdump): Fix mis-placement.
This commit is contained in:
parent
8178be5b0c
commit
b2a40aa57d
2 changed files with 6 additions and 2 deletions
|
@ -1,3 +1,7 @@
|
|||
2016-07-30 Tristan Gingold <gingold@adacore.com>
|
||||
|
||||
* doc/binutils.texi (objdump): Fix mis-placement.
|
||||
|
||||
2016-06-28 Nick Clifton <nickc@redhat.com>
|
||||
|
||||
* testsuite/binutils-all/ar.exp: Relax previous restriction on
|
||||
|
|
|
@ -1130,8 +1130,6 @@ objcopy [@option{-F} @var{bfdname}|@option{--target=}@var{bfdname}]
|
|||
[@option{--subsystem=}@var{which}:@var{major}.@var{minor}]
|
||||
[@option{--compress-debug-sections}]
|
||||
[@option{--decompress-debug-sections}]
|
||||
[@option{--dwarf-depth=@var{n}}]
|
||||
[@option{--dwarf-start=@var{n}}]
|
||||
[@option{--elf-stt-common=@var{val}}]
|
||||
[@option{-v}|@option{--verbose}]
|
||||
[@option{-V}|@option{--version}]
|
||||
|
@ -1969,6 +1967,8 @@ objdump [@option{-a}|@option{--archive-headers}]
|
|||
[@option{--prefix-addresses}]
|
||||
[@option{--[no-]show-raw-insn}]
|
||||
[@option{--adjust-vma=}@var{offset}]
|
||||
[@option{--dwarf-depth=@var{n}}]
|
||||
[@option{--dwarf-start=@var{n}}]
|
||||
[@option{--special-syms}]
|
||||
[@option{--prefix=}@var{prefix}]
|
||||
[@option{--prefix-strip=}@var{level}]
|
||||
|
|
Loading…
Reference in a new issue