diff --git a/[refs] b/[refs] index 3f93c3ae28b9..ce6fdcb9b88b 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: cd05e6bdc6001ac6e8ab13720693b7e1302d9848 +refs/heads/master: caba0233bc85ec311159a35f138d957d05cf2fe8 diff --git a/trunk/scripts/reference_discarded.pl b/trunk/scripts/reference_discarded.pl index f04f62736851..c2d54148a91f 100644 --- a/trunk/scripts/reference_discarded.pl +++ b/trunk/scripts/reference_discarded.pl @@ -91,12 +91,7 @@ $from !~ /\.exit\.data$/ && $from !~ /\.altinstructions$/ && $from !~ /\.pdr$/ && - $from !~ /\.debug_info$/ && - $from !~ /\.debug_aranges$/ && - $from !~ /\.debug_ranges$/ && - $from !~ /\.debug_line$/ && - $from !~ /\.debug_frame$/ && - $from !~ /\.debug_loc$/ && + $from !~ /\.debug_.*$/ && $from !~ /\.exitcall\.exit$/ && $from !~ /\.eh_frame$/ && $from !~ /\.stab$/)) {