diff --git a/[refs] b/[refs] index afe6a07bda02..744b2712b347 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: cfca82f2179dd1aee84a5bf3b14710e4d7487aed +refs/heads/master: 53e88e03e63621a15ec7fbccaaaca1a0f1616ed4 diff --git a/trunk/scripts/reference_discarded.pl b/trunk/scripts/reference_discarded.pl index d5cabb81bd1b..44b8722da0ea 100644 --- a/trunk/scripts/reference_discarded.pl +++ b/trunk/scripts/reference_discarded.pl @@ -82,6 +82,8 @@ } if (($line =~ /\.text\.exit$/ || $line =~ /\.exit\.text$/ || + $line =~ /\.text\.init$/ || + $line =~ /\.init\.text$/ || $line =~ /\.data\.exit$/ || $line =~ /\.exit\.data$/ || $line =~ /\.exitcall\.exit$/) && @@ -96,6 +98,7 @@ $from !~ /\.debug_ranges$/ && $from !~ /\.debug_line$/ && $from !~ /\.debug_frame$/ && + $from !~ /\.debug_loc$/ && $from !~ /\.exitcall\.exit$/ && $from !~ /\.eh_frame$/ && $from !~ /\.stab$/)) { diff --git a/trunk/scripts/reference_init.pl b/trunk/scripts/reference_init.pl index 9a2408453869..7f6960b175a2 100644 --- a/trunk/scripts/reference_init.pl +++ b/trunk/scripts/reference_init.pl @@ -98,6 +98,7 @@ $from !~ /\.pdr$/ && $from !~ /\__param$/ && $from !~ /\.altinstructions/ && + $from !~ /\.eh_frame/ && $from !~ /\.debug_/)) { printf("Error: %s %s refers to %s\n", $object, $from, $line); }