]> git.ipfire.org Git - thirdparty/elfutils.git/commitdiff
dwarflint: Add check_debug_* to the @low group
authorPetr Machata <pmachata@redhat.com>
Mon, 6 Sep 2010 18:34:14 +0000 (20:34 +0200)
committerPetr Machata <pmachata@redhat.com>
Mon, 6 Sep 2010 18:34:14 +0000 (20:34 +0200)
dwarflint/check_debug_pub.cc

index 677eedee16cfa47aae8736ede5b6f9f806fb0a77..4188957819689e4f84335e6af342afa7249250c6 100644 (file)
@@ -62,6 +62,7 @@ namespace
     static checkdescriptor const &descriptor () {
       static checkdescriptor cd
        (checkdescriptor::create ("check_debug_pubnames")
+        .groups ("@low")
         .prereq<typeof (*_m_sec)> ()
         .prereq<check_debug_info> ()
         .description (
@@ -89,6 +90,7 @@ namespace
     static checkdescriptor const &descriptor () {
       static checkdescriptor cd
        (checkdescriptor::create ("check_debug_pubtypes")
+        .groups ("@low")
         .prereq<typeof (*_m_sec)> ()
         .prereq<check_debug_info> ()
         .description (