summaryrefslogtreecommitdiff
path: root/scripts/reference_discarded.pl
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@g5.osdl.org>2005-09-10 20:18:15 (GMT)
committerLinus Torvalds <torvalds@g5.osdl.org>2005-09-10 20:18:15 (GMT)
commit2b8dfec8c8fa4ba5bc946a602e94e99861462cad (patch)
treef73ad3c3224fb835a105c2f8ed5c1857ba5e753e /scripts/reference_discarded.pl
parent16b036786a6bd08cf7a91e0cd58219a6717da2a6 (diff)
parent8d36a62364b6b04dc7b0e9fe09f6968f4e5a1f0a (diff)
downloadlinux-fsl-qoriq-2b8dfec8c8fa4ba5bc946a602e94e99861462cad.tar.xz
Merge master.kernel.org:/pub/scm/linux/kernel/git/sam/kbuild
Diffstat (limited to 'scripts/reference_discarded.pl')
-rw-r--r--scripts/reference_discarded.pl7
1 files changed, 1 insertions, 6 deletions
diff --git a/scripts/reference_discarded.pl b/scripts/reference_discarded.pl
index f04f627..c2d5414 100644
--- a/scripts/reference_discarded.pl
+++ b/scripts/reference_discarded.pl
@@ -91,12 +91,7 @@ foreach $object (keys(%object)) {
$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$/)) {