summaryrefslogtreecommitdiff
path: root/scripts/reference_init.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_init.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_init.pl')
-rw-r--r--scripts/reference_init.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/reference_init.pl b/scripts/reference_init.pl
index 8a379bf38756..9a2408453869 100644
--- a/scripts/reference_init.pl
+++ b/scripts/reference_init.pl
@@ -95,6 +95,7 @@ foreach $object (sort(keys(%object))) {
$from !~ /\.text\.lock$/ &&
$from !~ /\.pci_fixup_header$/ &&
$from !~ /\.pci_fixup_final$/ &&
+ $from !~ /\.pdr$/ &&
$from !~ /\__param$/ &&
$from !~ /\.altinstructions/ &&
$from !~ /\.debug_/)) {