diff options
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/reference_discarded.pl | 1 | ||||
| -rw-r--r-- | scripts/reference_init.pl | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/scripts/reference_discarded.pl b/scripts/reference_discarded.pl index d694208ef46e..d5cabb81bd1b 100644 --- a/scripts/reference_discarded.pl +++ b/scripts/reference_discarded.pl @@ -90,6 +90,7 @@ foreach $object (keys(%object)) { $from !~ /\.data\.exit$/ && $from !~ /\.exit\.data$/ && $from !~ /\.altinstructions$/ && + $from !~ /\.pdr$/ && $from !~ /\.debug_info$/ && $from !~ /\.debug_aranges$/ && $from !~ /\.debug_ranges$/ && diff --git a/scripts/reference_init.pl b/scripts/reference_init.pl index 8a379bf38756..9a2408453869 100644 --- a/scripts/reference_init.pl +++ b/scripts/reference_init.pl @@ -95,6 +95,7 @@ foreach $object (sort(keys(%object))) { $from !~ /\.text\.lock$/ && $from !~ /\.pci_fixup_header$/ && $from !~ /\.pci_fixup_final$/ && + $from !~ /\.pdr$/ && $from !~ /\__param$/ && $from !~ /\.altinstructions/ && $from !~ /\.debug_/)) { |
