X-Git-Url: http://ftp.safe.ca/?a=blobdiff_plain;f=scripts%2Freference_discarded.pl;h=c2d54148a91f403eb74b8b81f53a117d7100ef70;hb=7c72ce81870ded9365f4bc5caa98ef1591dd18dd;hp=44b8722da0ea3ff925d94171721e0e466fc8ed1b;hpb=53e88e03e63621a15ec7fbccaaaca1a0f1616ed4;p=safe%2Fjmp%2Flinux-2.6 diff --git a/scripts/reference_discarded.pl b/scripts/reference_discarded.pl index 44b8722..c2d5414 100644 --- a/scripts/reference_discarded.pl +++ b/scripts/reference_discarded.pl @@ -82,8 +82,6 @@ foreach $object (keys(%object)) { } if (($line =~ /\.text\.exit$/ || $line =~ /\.exit\.text$/ || - $line =~ /\.text\.init$/ || - $line =~ /\.init\.text$/ || $line =~ /\.data\.exit$/ || $line =~ /\.exit\.data$/ || $line =~ /\.exitcall\.exit$/) && @@ -93,12 +91,7 @@ foreach $object (keys(%object)) { $from !~ /\.exit\.data$/ && $from !~ /\.altinstructions$/ && $from !~ /\.pdr$/ && - $from !~ /\.debug_info$/ && - $from !~ /\.debug_aranges$/ && - $from !~ /\.debug_ranges$/ && - $from !~ /\.debug_line$/ && - $from !~ /\.debug_frame$/ && - $from !~ /\.debug_loc$/ && + $from !~ /\.debug_.*$/ && $from !~ /\.exitcall\.exit$/ && $from !~ /\.eh_frame$/ && $from !~ /\.stab$/)) {