Re: [PATCH] buildcheck: reduce DEBUG_INFO noise from reference* scripts

From: Randy.Dunlap
Date: Mon Mar 14 2005 - 16:58:28 EST


Sam Ravnborg wrote:
On Mon, Mar 14, 2005 at 01:38:11PM -0800, Randy.Dunlap wrote:
Indeed, it's actually much worse with that patch section added. :(

I don't know how I got there.

Sam, can you drop the very first patch section here, or shall I send
a new patch for this?

Incremental patch please. I already have a few patches on top of this in
bitkeeper.

Sam

Here you go.... back out those 2 lines.

Thanks,
--
~Randy

I should not have added init.text test here;
it's more than useless, it actually degrades the output.

Signed-off-by: Randy Dunlap <rddunlap@xxxxxxxx>

diffstat:=
scripts/reference_discarded.pl | 2 --
1 files changed, 2 deletions(-)

diff -Naurp ./scripts/reference_discarded.pl~refer_discard_no_init ./scripts/reference_discarded.pl
--- ./scripts/reference_discarded.pl~refer_discard_no_init 2005-03-14 13:44:54.000000000 -0800
+++ ./scripts/reference_discarded.pl 2005-03-14 13:46:07.000000000 -0800
@@ -82,8 +82,6 @@ foreach $object (keys(%object)) {
}
if (($line =~ /\.text\.exit$/ ||
$line =~ /\.exit\.text$/ ||
- $line =~ /\.text\.init$/ ||
- $line =~ /\.init\.text$/ ||
$line =~ /\.data\.exit$/ ||
$line =~ /\.exit\.data$/ ||
$line =~ /\.exitcall\.exit$/) &&