upgrade to fedora-2.6.12-1.1398.FC4 + vserver 2.0.rc7
[linux-2.6.git] / scripts / reference_init.pl
index 7c3d97c..ab0d2b7 100644 (file)
@@ -70,7 +70,7 @@ foreach $object (keys(%object)) {
                $l = read(OBJECT, $comment, $size);
                die "read $size bytes from $object .comment failed" if ($l != $size);
                close(OBJECT);
-               if ($comment =~ /GCC\:.*GCC\:/m) {
+               if ($comment =~ /GCC\:.*GCC\:/m || $object =~ /built-in\.o/) {
                        ++$ignore;
                        delete($object{$object});
                }
@@ -96,7 +96,9 @@ foreach $object (sort(keys(%object))) {
                     $from !~ /\.text\.lock$/ &&
                     $from !~ /\.pci_fixup_header$/ &&
                     $from !~ /\.pci_fixup_final$/ &&
+                    $from !~ /\.pdr$/ &&
                     $from !~ /\__param$/ &&
+                    $from !~ /\.altinstructions/ &&
                     $from !~ /\.debug_/)) {
                        printf("Error: %s %s refers to %s\n", $object, $from, $line);
                }