diff options
| author | Steve French <sfrench@us.ibm.com> | 2006-01-12 17:47:08 -0500 |
|---|---|---|
| committer | Steve French <sfrench@us.ibm.com> | 2006-01-12 17:47:08 -0500 |
| commit | 94bc2be31a01a3055ec94176e595dfe208e92d3b (patch) | |
| tree | ebfbe81c6718a6390bfa1b99c6d228237d818576 /scripts/reference_discarded.pl | |
| parent | c32a0b689cb9cc160cfcd19735bbf50bb70c6ef4 (diff) | |
| parent | 58cba4650a7a414eabd2b40cc9d8e45fcdf192d9 (diff) | |
Merge with /pub/scm/linux/kernel/git/torvalds/linux-2.6.git
Signed-off-by: Steve French <sfrench@us.ibm.com>
Diffstat (limited to 'scripts/reference_discarded.pl')
| -rw-r--r-- | scripts/reference_discarded.pl | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/scripts/reference_discarded.pl b/scripts/reference_discarded.pl index c2d54148a91f..4ee6ab2135b3 100644 --- a/scripts/reference_discarded.pl +++ b/scripts/reference_discarded.pl | |||
| @@ -71,6 +71,11 @@ foreach $object (keys(%object)) { | |||
| 71 | # printf("ignoring %d conglomerate(s)\n", $ignore); | 71 | # printf("ignoring %d conglomerate(s)\n", $ignore); |
| 72 | 72 | ||
| 73 | # printf("Scanning objects\n"); | 73 | # printf("Scanning objects\n"); |
| 74 | |||
| 75 | # Keith Ownes <kaos@sgi.com> commented: | ||
| 76 | # For our future {in}sanity, add a comment that this is the ppc .opd | ||
| 77 | # section, not the ia64 .opd section. | ||
| 78 | # ia64 .opd should not point to discarded sections. | ||
| 74 | $errorcount = 0; | 79 | $errorcount = 0; |
| 75 | foreach $object (keys(%object)) { | 80 | foreach $object (keys(%object)) { |
| 76 | my $from; | 81 | my $from; |
| @@ -88,6 +93,7 @@ foreach $object (keys(%object)) { | |||
| 88 | ($from !~ /\.text\.exit$/ && | 93 | ($from !~ /\.text\.exit$/ && |
| 89 | $from !~ /\.exit\.text$/ && | 94 | $from !~ /\.exit\.text$/ && |
| 90 | $from !~ /\.data\.exit$/ && | 95 | $from !~ /\.data\.exit$/ && |
| 96 | $from !~ /\.opd$/ && | ||
| 91 | $from !~ /\.exit\.data$/ && | 97 | $from !~ /\.exit\.data$/ && |
| 92 | $from !~ /\.altinstructions$/ && | 98 | $from !~ /\.altinstructions$/ && |
| 93 | $from !~ /\.pdr$/ && | 99 | $from !~ /\.pdr$/ && |
