Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 7226
b: refs/heads/master
c: 53e88e0
h: refs/heads/master
v: v3
  • Loading branch information
Sam Ravnborg committed Jul 14, 2005
1 parent 899a1d6 commit 0204fce
Show file tree
Hide file tree
Showing 3 changed files with 5 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: cfca82f2179dd1aee84a5bf3b14710e4d7487aed
refs/heads/master: 53e88e03e63621a15ec7fbccaaaca1a0f1616ed4
3 changes: 3 additions & 0 deletions trunk/scripts/reference_discarded.pl
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,8 @@
}
if (($line =~ /\.text\.exit$/ ||
$line =~ /\.exit\.text$/ ||
$line =~ /\.text\.init$/ ||
$line =~ /\.init\.text$/ ||
$line =~ /\.data\.exit$/ ||
$line =~ /\.exit\.data$/ ||
$line =~ /\.exitcall\.exit$/) &&
Expand All @@ -96,6 +98,7 @@
$from !~ /\.debug_ranges$/ &&
$from !~ /\.debug_line$/ &&
$from !~ /\.debug_frame$/ &&
$from !~ /\.debug_loc$/ &&
$from !~ /\.exitcall\.exit$/ &&
$from !~ /\.eh_frame$/ &&
$from !~ /\.stab$/)) {
Expand Down
1 change: 1 addition & 0 deletions trunk/scripts/reference_init.pl
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@
$from !~ /\.pdr$/ &&
$from !~ /\__param$/ &&
$from !~ /\.altinstructions/ &&
$from !~ /\.eh_frame/ &&
$from !~ /\.debug_/)) {
printf("Error: %s %s refers to %s\n", $object, $from, $line);
}
Expand Down

0 comments on commit 0204fce

Please sign in to comment.