]> git.ipfire.org Git - thirdparty/elfutils.git/commit
dwarflint: Don't assume all options are global
authorPetr Machata <pmachata@redhat.com>
Thu, 23 Sep 2010 16:00:36 +0000 (18:00 +0200)
committerPetr Machata <pmachata@redhat.com>
Thu, 23 Sep 2010 16:00:36 +0000 (18:00 +0200)
commit75c18f5e549e400cafca2b9137c83f7c6460cf02
tree0b36c7f0b49484a061de7d4b614bfae70c2fc9fb
parent56df0cc20114ed6042de2838e22f21bcbd5c1c33
dwarflint: Don't assume all options are global
- currently this breaks dwarflint, because per-check options are not yet
  processed.  Options that belonged to global group before still work and
  are correctly registered as globals, but e.g. -i or the suite of options
  at locstats aren't recognized.
dwarflint/check_nodebug.cc
dwarflint/checkdescriptor.hh
dwarflint/checks.cc
dwarflint/locstats.cc
dwarflint/main.cc
dwarflint/option.cc
dwarflint/option.hh
dwarflint/option.ii [new file with mode: 0644]