summaryrefslogtreecommitdiff
path: root/scripts/reference_init.pl
diff options
context:
space:
mode:
authorJeff Garzik <jgarzik@pobox.com>2004-10-21 15:58:05 -0400
committerJeff Garzik <jgarzik@pobox.com>2004-10-21 15:58:05 -0400
commitf5b8a851511cbbc1d9354258fc1840ff2c9eadc5 (patch)
tree5400038e3a535107a8e20496d85afee696d8ce28 /scripts/reference_init.pl
parent0d554d392aa7adce368f13d6068679c18b0fa50e (diff)
parent77752839e8a15553eda7f2396f894eae80409a8d (diff)
Merge pobox.com:/garz/repo/libata-dev/export-simulator
into pobox.com:/garz/repo/libata-2.6
Diffstat (limited to 'scripts/reference_init.pl')
-rw-r--r--scripts/reference_init.pl2
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/reference_init.pl b/scripts/reference_init.pl
index b4e37dc3a944..23cea187a857 100644
--- a/scripts/reference_init.pl
+++ b/scripts/reference_init.pl
@@ -93,6 +93,8 @@ foreach $object (sort(keys(%object))) {
$from !~ /\.stab$/ &&
$from !~ /\.rodata$/ &&
$from !~ /\.text\.lock$/ &&
+ $from !~ /\.pci_fixup_header$/ &&
+ $from !~ /\.pci_fixup_final$/ &&
$from !~ /\.debug_/)) {
printf("Error: %s %s refers to %s\n", $object, $from, $line);
}