From dc3903846470793bc3f77cecd7c368b5330657d3 Mon Sep 17 00:00:00 2001 From: Dave Jones Date: Fri, 6 Jan 2006 02:40:19 -0500 Subject: [PATCH] --- yaml --- r: 17711 b: refs/heads/master c: 442ce844e139c1e3c23e8b4df13468041ae35721 h: refs/heads/master i: 17709: 31e61456d1457d4ec89406c0b5528650fa5765b1 17707: 0161e538c7d63419884a961d6cf42b1986d1fcd6 17703: c36623724f2fb0446468baa1250533d22c90c182 17695: db0ec5f71e939b200324288115882729f86555e4 v: v3 --- [refs] | 2 +- trunk/scripts/reference_discarded.pl | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index 4b52512c336a..d577449ef245 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 50aa88e2877f1375ba79d1be7a0ff4aa563741c7 +refs/heads/master: 442ce844e139c1e3c23e8b4df13468041ae35721 diff --git a/trunk/scripts/reference_discarded.pl b/trunk/scripts/reference_discarded.pl index c2d54148a91f..4ee6ab2135b3 100644 --- a/trunk/scripts/reference_discarded.pl +++ b/trunk/scripts/reference_discarded.pl @@ -71,6 +71,11 @@ # printf("ignoring %d conglomerate(s)\n", $ignore); # printf("Scanning objects\n"); + +# Keith Ownes commented: +# For our future {in}sanity, add a comment that this is the ppc .opd +# section, not the ia64 .opd section. +# ia64 .opd should not point to discarded sections. $errorcount = 0; foreach $object (keys(%object)) { my $from; @@ -88,6 +93,7 @@ ($from !~ /\.text\.exit$/ && $from !~ /\.exit\.text$/ && $from !~ /\.data\.exit$/ && + $from !~ /\.opd$/ && $from !~ /\.exit\.data$/ && $from !~ /\.altinstructions$/ && $from !~ /\.pdr$/ &&