Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 17711
b: refs/heads/master
c: 442ce84
h: refs/heads/master
i:
  17709: 31e6145
  17707: 0161e53
  17703: c366237
  17695: db0ec5f
v: v3
  • Loading branch information
Dave Jones authored and Sam Ravnborg committed Jan 8, 2006
1 parent 4ddf77e commit dc39038
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 50aa88e2877f1375ba79d1be7a0ff4aa563741c7
refs/heads/master: 442ce844e139c1e3c23e8b4df13468041ae35721
6 changes: 6 additions & 0 deletions trunk/scripts/reference_discarded.pl
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,11 @@
# printf("ignoring %d conglomerate(s)\n", $ignore);

# printf("Scanning objects\n");

# Keith Ownes <kaos@sgi.com> 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;
Expand All @@ -88,6 +93,7 @@
($from !~ /\.text\.exit$/ &&
$from !~ /\.exit\.text$/ &&
$from !~ /\.data\.exit$/ &&
$from !~ /\.opd$/ &&
$from !~ /\.exit\.data$/ &&
$from !~ /\.altinstructions$/ &&
$from !~ /\.pdr$/ &&
Expand Down

0 comments on commit dc39038

Please sign in to comment.