summaryrefslogtreecommitdiff
path: root/scripts/reference_discarded.pl
diff options
context:
space:
mode:
authorRalf Bächle <ralf@linux-mips.org>2005-02-01 16:40:32 -0800
committerLinus Torvalds <torvalds@ppc970.osdl.org>2005-02-01 16:40:32 -0800
commit4e594d6b4bca2a7beef9d72d57fa5d7462188c2d (patch)
treeb96dcace8921ca183f1e9e903dcfa022e21f21ac /scripts/reference_discarded.pl
parent8fc41201d25e2a1462630d37a471d0b7acaa8c46 (diff)
[PATCH] mips: build script fixes
Ignore a few MIPS specific sections that otherwise would cause a large number of false warnings in the kernel's scripts. Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'scripts/reference_discarded.pl')
-rw-r--r--scripts/reference_discarded.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/reference_discarded.pl b/scripts/reference_discarded.pl
index d694208ef46e..d5cabb81bd1b 100644
--- a/scripts/reference_discarded.pl
+++ b/scripts/reference_discarded.pl
@@ -90,6 +90,7 @@ foreach $object (keys(%object)) {
$from !~ /\.data\.exit$/ &&
$from !~ /\.exit\.data$/ &&
$from !~ /\.altinstructions$/ &&
+ $from !~ /\.pdr$/ &&
$from !~ /\.debug_info$/ &&
$from !~ /\.debug_aranges$/ &&
$from !~ /\.debug_ranges$/ &&