diff options
| author | 2005-09-25 13:14:45 +1000 | |
|---|---|---|
| committer | 2005-09-25 13:14:45 +1000 | |
| commit | 4e0c1159d83a658d1ffba5bc3442f4ec4cadb436 (patch) | |
| tree | 36a5079ba7ba9b9e0f2f633356705b980940eac4 /scripts/reference_init.pl | |
| parent | drm: add radeon PCI express support (diff) | |
| parent | Merge master.kernel.org:/home/rmk/linux-2.6-ucb (diff) | |
update from upstream
Diffstat (limited to 'scripts/reference_init.pl')
| -rw-r--r-- | scripts/reference_init.pl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/reference_init.pl b/scripts/reference_init.pl index 9a2408453869..7f6960b175a2 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); } |
