X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=scripts%2Freference_init.pl;h=7f6960b175a2132f661839a807b8a9b9f3d91410;hb=7ae8c5ec122e4e909193dbbdb2ad2de349e307c9;hp=9a240845386958c574cabe4b6ca5b88a94a443ac;hpb=1da177e4c3f41524e886b7f1b8a0c1fc7321cac2;p=linux-2.6 diff --git a/scripts/reference_init.pl b/scripts/reference_init.pl index 9a24084538..7f6960b175 100644 --- a/scripts/reference_init.pl +++ b/scripts/reference_init.pl @@ -98,6 +98,7 @@ foreach $object (sort(keys(%object))) { $from !~ /\.pdr$/ && $from !~ /\__param$/ && $from !~ /\.altinstructions/ && + $from !~ /\.eh_frame/ && $from !~ /\.debug_/)) { printf("Error: %s %s refers to %s\n", $object, $from, $line); }