diff options
author | Jeff Garzik <jgarzik@pobox.com> | 2005-09-14 08:19:08 -0400 |
---|---|---|
committer | Jeff Garzik <jgarzik@pobox.com> | 2005-09-14 08:19:08 -0400 |
commit | 905ec87e93bc9e01b15c60035cd6a50c636cbaef (patch) | |
tree | 46fd7618d6511611ffc19eb0dd4d7bc6b90a41c2 /scripts/reference_discarded.pl | |
parent | 1d6ae775d7a948c9575658eb41184fd2e506c0df (diff) | |
parent | 2f4ba45a75d6383b4a1201169a808ffea416ffa0 (diff) |
Merge /spare/repo/linux-2.6/
Diffstat (limited to 'scripts/reference_discarded.pl')
-rw-r--r-- | scripts/reference_discarded.pl | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/scripts/reference_discarded.pl b/scripts/reference_discarded.pl index f04f62736851..c2d54148a91f 100644 --- a/scripts/reference_discarded.pl +++ b/scripts/reference_discarded.pl | |||
@@ -91,12 +91,7 @@ foreach $object (keys(%object)) { | |||
91 | $from !~ /\.exit\.data$/ && | 91 | $from !~ /\.exit\.data$/ && |
92 | $from !~ /\.altinstructions$/ && | 92 | $from !~ /\.altinstructions$/ && |
93 | $from !~ /\.pdr$/ && | 93 | $from !~ /\.pdr$/ && |
94 | $from !~ /\.debug_info$/ && | 94 | $from !~ /\.debug_.*$/ && |
95 | $from !~ /\.debug_aranges$/ && | ||
96 | $from !~ /\.debug_ranges$/ && | ||
97 | $from !~ /\.debug_line$/ && | ||
98 | $from !~ /\.debug_frame$/ && | ||
99 | $from !~ /\.debug_loc$/ && | ||
100 | $from !~ /\.exitcall\.exit$/ && | 95 | $from !~ /\.exitcall\.exit$/ && |
101 | $from !~ /\.eh_frame$/ && | 96 | $from !~ /\.eh_frame$/ && |
102 | $from !~ /\.stab$/)) { | 97 | $from !~ /\.stab$/)) { |