diff options
author | Nick Alcock <nick.alcock@oracle.com> | 2019-07-13 19:48:56 +0100 |
---|---|---|
committer | Nick Alcock <nick.alcock@oracle.com> | 2019-10-03 17:04:55 +0100 |
commit | 6b88d7d70c50fc320cd693fb3ddba6e28da839aa (patch) | |
tree | f081b1d8afc421a1380c0681114283c42643dfc6 /binutils/doc | |
parent | 616febde0c661843219b66e08e652e76ce856b8f (diff) | |
download | binutils-6b88d7d70c50fc320cd693fb3ddba6e28da839aa.zip binutils-6b88d7d70c50fc320cd693fb3ddba6e28da839aa.tar.gz binutils-6b88d7d70c50fc320cd693fb3ddba6e28da839aa.tar.bz2 |
binutils: objdump does not take --ctf-symbols or --ctf-strings options
libctf figures out what to load itself, with no overriding currently
possible, so remove the documentation of these nonexistent options.
Diffstat (limited to 'binutils/doc')
-rw-r--r-- | binutils/doc/binutils.texi | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/binutils/doc/binutils.texi b/binutils/doc/binutils.texi index 81d8bc1..4e10cdc 100644 --- a/binutils/doc/binutils.texi +++ b/binutils/doc/binutils.texi @@ -2135,8 +2135,6 @@ objdump [@option{-a}|@option{--archive-headers}] [@option{--dwarf-depth=@var{n}}] [@option{--dwarf-start=@var{n}}] [@option{--ctf-parent=}@var{section}] - [@option{--ctf-symbols=}@var{section}] - [@option{--ctf-strings=}@var{section}] [@option{--no-recurse-limit}|@option{--recurse-limit}] [@option{--special-syms}] [@option{--prefix=}@var{prefix}] |